aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/syscall_table.S
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2015-12-06 21:56:26 +0100
committerHelge Deller <deller@gmx.de>2015-12-12 16:07:44 +0100
commit5c477b45792fb8ccd279162483aa57cc8ee40ae1 (patch)
treea88093785d0c706a5bdcc33bcba93902fc1eb62c /arch/parisc/kernel/syscall_table.S
parentparisc: Remove unused pcibios_init_bus() (diff)
downloadlinux-dev-5c477b45792fb8ccd279162483aa57cc8ee40ae1.tar.xz
linux-dev-5c477b45792fb8ccd279162483aa57cc8ee40ae1.zip
parisc: Wire up mlock2 syscall
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/syscall_table.S')
-rw-r--r--arch/parisc/kernel/syscall_table.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S
index 78c3ef8c348d..d4ffcfbc9885 100644
--- a/arch/parisc/kernel/syscall_table.S
+++ b/arch/parisc/kernel/syscall_table.S
@@ -440,6 +440,7 @@
ENTRY_COMP(execveat)
ENTRY_SAME(membarrier)
ENTRY_SAME(userfaultfd)
+ ENTRY_SAME(mlock2) /* 345 */
.ifne (. - 90b) - (__NR_Linux_syscalls * (91b - 90b))