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-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 9b040e4b84d..53c2d724576 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -539,4 +539,5 @@ sys_call_table: | |||
539 | PTR sys_setns | 539 | PTR sys_setns |
540 | PTR compat_sys_process_vm_readv /* 4345 */ | 540 | PTR compat_sys_process_vm_readv /* 4345 */ |
541 | PTR compat_sys_process_vm_writev | 541 | PTR compat_sys_process_vm_writev |
542 | PTR sys_kcmp | ||
542 | .size sys_call_table,.-sys_call_table | 543 | .size sys_call_table,.-sys_call_table |