aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/systbl.h
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-09-08 15:16:09 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2015-09-09 12:51:15 +1000
commitb855d45dc3175eb3e602b945805c7b6aa8c04559 (patch)
tree2f660d2d51cf3e710c4d144d6586e52f2735d7aa /arch/powerpc/include/asm/systbl.h
parentdaebaabb5cfbe4a6f09ca0e0f8b7673efc704960 (diff)
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/systbl.h')
-rw-r--r--arch/powerpc/include/asm/systbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h
index 71f2b3f02cf8..4d65499ee1c1 100644
--- a/arch/powerpc/include/asm/systbl.h
+++ b/arch/powerpc/include/asm/systbl.h
@@ -368,3 +368,4 @@ SYSCALL_SPU(memfd_create)
SYSCALL_SPU(bpf)
COMPAT_SYS(execveat)
PPC64ONLY(switch_endian)
+SYSCALL_SPU(userfaultfd)