aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-07-29 10:53:06 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-07-29 10:53:06 +1000
commitc9a9439ad4e705907ca970ec297f099a936cd80f (patch)
tree04d06fec5e4bf7a25da4c0bf238fccfcd88a58a6 /arch
parenta36e3d38924b30108b06ee5528ffbc97c7dc3615 (diff)
userfaultfd: activate syscall fix
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Andrea Arcangeli <aarcange@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/include/asm/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/unistd.h b/arch/powerpc/include/asm/unistd.h
index f4f8b667d75b..4a055b6c2a64 100644
--- a/arch/powerpc/include/asm/unistd.h
+++ b/arch/powerpc/include/asm/unistd.h
@@ -12,7 +12,7 @@
#include <uapi/asm/unistd.h>
-#define __NR_syscalls 364
+#define __NR_syscalls 365
#define __NR__exit __NR_exit
#define NR_syscalls __NR_syscalls