diff options
author | Robert Love <rml@novell.com> | 2005-07-27 15:58:00 (GMT) |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-07-27 17:46:12 (GMT) |
commit | d108919b2b5c064946c9bd30cbd4761d491cddb0 (patch) | |
tree | bcb902d8b1c6fa3d5311d0a0e4b8520e3ec8b721 /arch | |
parent | c2834cf4746cf13501efc3489b1895bce58a4ccb (diff) | |
download | linux-d108919b2b5c064946c9bd30cbd4761d491cddb0.tar.xz |
[IA64] inotify: ia64 syscalls.
Attached patch adds the inotify syscalls to ia64.
Signed-off-by: Robert Love <rml@novell.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/kernel/entry.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S index bb9a506..66946f3 100644 --- a/arch/ia64/kernel/entry.S +++ b/arch/ia64/kernel/entry.S @@ -1574,8 +1574,8 @@ sys_call_table: data8 sys_ioprio_set data8 sys_ioprio_get // 1275 data8 sys_set_zone_reclaim - data8 sys_ni_syscall - data8 sys_ni_syscall - data8 sys_ni_syscall + data8 sys_inotify_init + data8 sys_inotify_add_watch + data8 sys_inotify_rm_watch .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls |