powerpc: Wire up sys_seccomp(), sys_getrandom() and sys_memfd_create()
authorPranith Kumar <bobby.prani@gmail.com>
Mon, 1 Sep 2014 18:23:07 +0000 (14:23 -0400)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 9 Sep 2014 09:02:47 +0000 (19:02 +1000)
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>

No differences found