aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-02-07 19:11:35 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-02-13 10:54:46 +0900
commitb37814352d2c4b83e0636e57f997c3a79d33be05 (patch)
tree8f2dca6fb9aab93cd7bc15d4e1c7ea836c9b3bb6 /arch/sh
parentsh: dcache write-back for R7780RP PIO. (diff)
downloadlinux-dev-b37814352d2c4b83e0636e57f997c3a79d33be05.tar.xz
linux-dev-b37814352d2c4b83e0636e57f997c3a79d33be05.zip
sh: Fix syscall numbering breakage.
We accidentally broke the inotify syscalls, fix those up again. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/kernel/syscalls.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/sh/kernel/syscalls.S b/arch/sh/kernel/syscalls.S
index ca81976e9e34..38fc8cd3ea3a 100644
--- a/arch/sh/kernel/syscalls.S
+++ b/arch/sh/kernel/syscalls.S
@@ -319,15 +319,15 @@ ENTRY(sys_call_table)
.long sys_mq_getsetattr
.long sys_kexec_load
.long sys_waitid
- .long sys_ni_syscall /* 285 */
- .long sys_add_key
+ .long sys_add_key /* 285 */
.long sys_request_key
.long sys_keyctl
.long sys_ioprio_set
- .long sys_ioprio_get /* 290 */
- .long sys_inotify_init
+ .long sys_ioprio_get
+ .long sys_inotify_init /* 290 */
.long sys_inotify_add_watch
.long sys_inotify_rm_watch
+ .long sys_ni_syscall
.long sys_migrate_pages
.long sys_openat /* 295 */
.long sys_mkdirat