diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-09-14 16:47:15 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-09-26 05:24:28 -0400 |
commit | ce71d24cffcc2909a53582d66c5926a5a0398441 (patch) | |
tree | e0c56d1e4b03a43c4385fd15c4c255249176b650 /arch/mips/kernel/scall64-n32.S | |
parent | b30fdd6f7395b0cae748396ac5f857f16bb0385d (diff) |
MIPS: Wire kcmp syscall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-n32.S')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index 0cff8a30475e..f6ba8381ee01 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S | |||
@@ -421,4 +421,5 @@ EXPORT(sysn32_call_table) | |||
421 | PTR sys_setns | 421 | PTR sys_setns |
422 | PTR compat_sys_process_vm_readv | 422 | PTR compat_sys_process_vm_readv |
423 | PTR compat_sys_process_vm_writev /* 6310 */ | 423 | PTR compat_sys_process_vm_writev /* 6310 */ |
424 | PTR sys_kcmp | ||
424 | .size sysn32_call_table,.-sysn32_call_table | 425 | .size sysn32_call_table,.-sysn32_call_table |