aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/unistd.h
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-11-11 21:54:26 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2015-11-16 17:05:53 +1100
commit1451ad03fac3e86948728e0b11f63dee73d3106c (patch)
tree51b752095894fa41392d31dbe36f6827981b460b /arch/powerpc/include/asm/unistd.h
parentLinux 4.4-rc1 (diff)
downloadlinux-dev-1451ad03fac3e86948728e0b11f63dee73d3106c.tar.xz
linux-dev-1451ad03fac3e86948728e0b11f63dee73d3106c.zip
powerpc: Wire up sys_mlock2()
The selftest passes on 64-bit LE and 32-bit 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 6d8f8023ac27..4b6b8ace18e0 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 378
+#define __NR_syscalls 379
#define __NR__exit __NR_exit
#define NR_syscalls __NR_syscalls