diff options
author | Pranith Kumar <bobby.prani@gmail.com> | 2014-09-01 14:23:07 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-09 19:02:47 +1000 |
commit | 7d59deb50aafbdc01b52aed209d202d827261cb0 (patch) | |
tree | 9c98a4be4c412e9a1e8389e611430f4bdb39eea8 /arch/powerpc/include/asm/systbl.h | |
parent | d11dfd179b444bcbc15545cc03761f607168d7a3 (diff) | |
download | talos-op-linux-7d59deb50aafbdc01b52aed209d202d827261cb0.tar.gz talos-op-linux-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/systbl.h')
-rw-r--r-- | arch/powerpc/include/asm/systbl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index 542bc0f0673f..7d8a60068805 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h @@ -362,3 +362,6 @@ SYSCALL(ni_syscall) /* sys_kcmp */ SYSCALL_SPU(sched_setattr) SYSCALL_SPU(sched_getattr) SYSCALL_SPU(renameat2) +SYSCALL_SPU(seccomp) +SYSCALL_SPU(getrandom) +SYSCALL_SPU(memfd_create) |