aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-08-05 06:31:47 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:31:58 -0400
commit8d9c62675d58ebfb7dfce64cd1ce109e7d90af87 (patch)
treed37d17eaaaa520d71ae1561d91da063dea8839ed /arch/mips/kernel
parent075e7502d9701dbc206ed32046888acfc8a4bb73 (diff)
sys is only used for native o32 ...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/scall64-n32.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S
index 0dfb34bf979..b32c566e0a2 100644
--- a/arch/mips/kernel/scall64-n32.S
+++ b/arch/mips/kernel/scall64-n32.S
@@ -364,6 +364,6 @@ EXPORT(sysn32_call_table)
364 PTR sys_request_key 364 PTR sys_request_key
365 PTR sys_keyctl /* 6245 */ 365 PTR sys_keyctl /* 6245 */
366 PTR sys_set_thread_area 366 PTR sys_set_thread_area
367 sys sys_inotify_init 367 PTR sys_inotify_init
368 sys sys_inotify_add_watch 368 PTR sys_inotify_add_watch
369 sys sys_inotify_rm_watch 369 PTR sys_inotify_rm_watch