commit | 1451ad03fac3e86948728e0b11f63dee73d3106c | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Nov 11 21:54:26 2015 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Nov 16 17:05:53 2015 +1100 |
tree | 51b752095894fa41392d31dbe36f6827981b460b | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec [diff] [blame] |
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>
diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h index c9e26cb..f2b0b1b 100644 --- a/arch/powerpc/include/asm/systbl.h +++ b/arch/powerpc/include/asm/systbl.h
@@ -382,3 +382,4 @@ SYSCALL(shmdt) SYSCALL(shmget) COMPAT_SYS(shmctl) +SYSCALL(mlock2)