diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-10-15 13:54:29 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-10-15 13:54:29 +0900 |
commit | cf7599322a6052dae7353f6d986eae06dc7759f5 (patch) | |
tree | abb73eae81e2388261210bc29166dedc5b707cae /arch/sh/kernel/syscalls_64.S | |
parent | 850fbcffe252368a87b3209a4b8edfbd18044c3f (diff) |
sh: Wire up kcmp syscall.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/syscalls_64.S')
-rw-r--r-- | arch/sh/kernel/syscalls_64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls_64.S b/arch/sh/kernel/syscalls_64.S index 0956345b36e..5c7b1c67bdc 100644 --- a/arch/sh/kernel/syscalls_64.S +++ b/arch/sh/kernel/syscalls_64.S @@ -404,3 +404,4 @@ sys_call_table: .long sys_setns /* 375 */ .long sys_process_vm_readv .long sys_process_vm_writev + .long sys_kcmp |