From 2b41959b59e3dfd70cb4b592ffb2d97b47584aaa Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 20 Aug 2016 17:05:06 +0200 Subject: microblaze: add syscall numbers from linux v4.7 userfaultfd, membarrier and mlock2 syscalls got wired up in linux commit fbce3befd60d40639bf3c6b60f7477b2f988f92d --- arch/microblaze/bits/syscall.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/microblaze/bits') diff --git a/arch/microblaze/bits/syscall.h.in b/arch/microblaze/bits/syscall.h.in index 0f67f1d9..109fcdeb 100644 --- a/arch/microblaze/bits/syscall.h.in +++ b/arch/microblaze/bits/syscall.h.in @@ -383,4 +383,7 @@ #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 -- cgit v1.2.1