From ce71d24cffcc2909a53582d66c5926a5a0398441 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 14 Sep 2012 22:47:15 +0200 Subject: MIPS: Wire kcmp syscall. Signed-off-by: Ralf Baechle --- arch/mips/kernel/scall32-o32.S | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/kernel/scall32-o32.S') 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 -- cgit v1.2.3-59-g8ed1b