summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/unistd.h
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-09-08 07:16:09 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2015-09-09 04:51:15 +0200
commitb855d45dc3175eb3e602b945805c7b6aa8c04559 (patch)
tree2f660d2d51cf3e710c4d144d6586e52f2735d7aa /arch/powerpc/include/asm/unistd.h
parentpowerpc/pseries: Release DRC when configure_connector fails (diff)
downloadlinux-b855d45dc3175eb3e602b945805c7b6aa8c04559.tar.xz
linux-b855d45dc3175eb3e602b945805c7b6aa8c04559.zip
powerpc: Wire up sys_userfaultfd()
The selftest passes on 64-bit LE and BE. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/unistd.h')
-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