diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-13 07:48:45 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:47 -0400 |
commit | 7db36c858c01218bf02931c39076b082c42d964c (patch) | |
tree | eb74babda1c99cb89dd052e9b9396d7fc0870ce0 /arch/mips/kernel/scall64-n32.S | |
parent | ec74e361f1e71a2498e48b62abdc4bd8d2423354 (diff) |
Add inotify syscalls for MIPS.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall64-n32.S')
-rw-r--r-- | arch/mips/kernel/scall64-n32.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall64-n32.S b/arch/mips/kernel/scall64-n32.S index cb671ef5e19b..0dfb34bf9792 100644 --- a/arch/mips/kernel/scall64-n32.S +++ b/arch/mips/kernel/scall64-n32.S | |||
@@ -364,3 +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 | ||
368 | sys sys_inotify_add_watch | ||
369 | sys sys_inotify_rm_watch | ||