aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/unistd.h
diff options
context:
space:
mode:
authorPranith Kumar <bobby.prani@gmail.com>2014-09-01 14:23:07 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2014-09-09 19:02:47 +1000
commit7d59deb50aafbdc01b52aed209d202d827261cb0 (patch)
tree9c98a4be4c412e9a1e8389e611430f4bdb39eea8 /arch/powerpc/include/asm/unistd.h
parentpowerpc: Make CONFIG_FHANDLE=y for all 64 bit powerpc defconfigs (diff)
downloadlinux-dev-7d59deb50aafbdc01b52aed209d202d827261cb0.tar.xz
linux-dev-7d59deb50aafbdc01b52aed209d202d827261cb0.zip
powerpc: Wire up sys_seccomp(), sys_getrandom() and sys_memfd_create()
This patch wires up three new syscalls for powerpc. The three new syscalls are seccomp, getrandom and memfd_create. Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
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 5ce5552ab9f5..4e9af3fd43e7 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 358
+#define __NR_syscalls 361
#define __NR__exit __NR_exit
#define NR_syscalls __NR_syscalls