diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2015-11-11 21:54:26 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-11-16 17:05:53 +1100 |
commit | 1451ad03fac3e86948728e0b11f63dee73d3106c (patch) | |
tree | 51b752095894fa41392d31dbe36f6827981b460b /arch/powerpc/include/asm/systbl.h | |
parent | Linux 4.4-rc1 (diff) | |
download | linux-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/systbl.h')
-rw-r--r-- | arch/powerpc/include/asm/systbl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index c9e26cb264f4..f2b0b1b0c72a 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h @@ -382,3 +382,4 @@ COMPAT_SYS(shmat) SYSCALL(shmdt) SYSCALL(shmget) COMPAT_SYS(shmctl) +SYSCALL(mlock2) |