microblaze: add syscall numbers from linux v4.7
authorSzabolcs Nagy <nsz@port70.net>
Sat, 20 Aug 2016 15:05:06 +0000 (17:05 +0200)
committerRich Felker <dalias@aerifal.cx>
Tue, 30 Aug 2016 19:58:28 +0000 (15:58 -0400)
userfaultfd, membarrier and mlock2 syscalls got wired up in linux
commit fbce3befd60d40639bf3c6b60f7477b2f988f92d

arch/microblaze/bits/syscall.h.in

index 0f67f1d96ed988c16014c542324fd5c9a7cb9d8c..109fcdeb42a14d157a702710fe30d013d4ddf6d4 100644 (file)
 #define __NR_memfd_create 386
 #define __NR_bpf 387
 #define __NR_execveat 388
+#define __NR_userfaultfd 389
+#define __NR_membarrier 390
+#define __NR_mlock2 391