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_32.S | |
parent | 850fbcffe252368a87b3209a4b8edfbd18044c3f (diff) | |
download | blackbird-op-linux-cf7599322a6052dae7353f6d986eae06dc7759f5.tar.gz blackbird-op-linux-cf7599322a6052dae7353f6d986eae06dc7759f5.zip |
sh: Wire up kcmp syscall.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/syscalls_32.S')
-rw-r--r-- | arch/sh/kernel/syscalls_32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S index 4b68f0f79761..fe97ae5e56f1 100644 --- a/arch/sh/kernel/syscalls_32.S +++ b/arch/sh/kernel/syscalls_32.S @@ -384,3 +384,4 @@ ENTRY(sys_call_table) .long sys_setns .long sys_process_vm_readv /* 365 */ .long sys_process_vm_writev + .long sys_kcmp |