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/scall32-o32.S | |
parent | b30fdd6f7395b0cae748396ac5f857f16bb0385d (diff) | |
download | blackbird-obmc-linux-ce71d24cffcc2909a53582d66c5926a5a0398441.tar.gz blackbird-obmc-linux-ce71d24cffcc2909a53582d66c5926a5a0398441.zip |
MIPS: Wire kcmp syscall.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall32-o32.S')
-rw-r--r-- | arch/mips/kernel/scall32-o32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index dfd47dcbd96c..374f66e05f3d 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -582,6 +582,7 @@ einval: li v0, -ENOSYS sys sys_setns 2 sys sys_process_vm_readv 6 /* 4345 */ sys sys_process_vm_writev 6 + sys sys_kcmp 5 .endm /* We pre-compute the number of _instruction_ bytes needed to |