diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2015-09-08 15:16:09 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-09-09 12:51:15 +1000 |
commit | b855d45dc3175eb3e602b945805c7b6aa8c04559 (patch) | |
tree | 2f660d2d51cf3e710c4d144d6586e52f2735d7aa /arch/powerpc/include/asm/unistd.h | |
parent | daebaabb5cfbe4a6f09ca0e0f8b7673efc704960 (diff) | |
download | lwn-b855d45dc3175eb3e602b945805c7b6aa8c04559.tar.gz lwn-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.h | 2 |
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 |