summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/calls.S
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-09-21 17:55:20 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-09-21 17:56:25 +0100
commitbf619faeced5c2beb32a39559e1f1117f88fd702 (patch)
treec7e48424da7226d7a47fafa6e13d1c0e43778246 /arch/arm/kernel/calls.S
parentd99a910a00eded034c29aa3cb47b7b590784d331 (diff)
downloadop-kernel-dev-bf619faeced5c2beb32a39559e1f1117f88fd702.zip
op-kernel-dev-bf619faeced5c2beb32a39559e1f1117f88fd702.tar.gz
ARM: reserve syscall 378 for kcmp
kcmp has appeared on x86, but has not been noticed because checksyscalls.sh is broken at the moment. Reserve ARM syscall 378 for this should we ever need it, and add an __IGNORE entry for this unimplemented syscall. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/calls.S')
-rw-r--r--arch/arm/kernel/calls.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S
index 463ff4a..e337879 100644
--- a/arch/arm/kernel/calls.S
+++ b/arch/arm/kernel/calls.S
@@ -387,6 +387,7 @@
/* 375 */ CALL(sys_setns)
CALL(sys_process_vm_readv)
CALL(sys_process_vm_writev)
+ CALL(sys_ni_syscall) /* reserved for sys_kcmp */
#ifndef syscalls_counted
.equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls
#define syscalls_counted
OpenPOWER on IntegriCloud