diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-09-14 22:47:15 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-09-26 11:24:28 +0200 |
commit | ce71d24cffcc2909a53582d66c5926a5a0398441 (patch) | |
tree | e0c56d1e4b03a43c4385fd15c4c255249176b650 /arch/mips/kernel/scall64-o32.S | |
parent | b30fdd6f7395b0cae748396ac5f857f16bb0385d (diff) |
MIPS: Wire kcmp syscall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index 9b040e4b84d4..53c2d7245764 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S @@ -539,4 +539,5 @@ sys_call_table: PTR sys_setns PTR compat_sys_process_vm_readv /* 4345 */ PTR compat_sys_process_vm_writev + PTR sys_kcmp .size sys_call_table,.-sys_call_table |