diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-08-05 06:31:47 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:58 -0400 |
commit | 8d9c62675d58ebfb7dfce64cd1ce109e7d90af87 (patch) | |
tree | d37d17eaaaa520d71ae1561d91da063dea8839ed /arch/mips/kernel | |
parent | 075e7502d9701dbc206ed32046888acfc8a4bb73 (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.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index 0dfb34bf9792..b32c566e0a24 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 |