ARM: reserve syscall 378 for kcmp
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 21 Sep 2012 16:55:20 +0000 (17:55 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 21 Sep 2012 16:56:25 +0000 (17:56 +0100)
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>

No differences found