diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-08-18 22:14:39 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-18 22:14:39 -0400 |
commit | a3bc068022b968a3042b48eb9a8e8b0418fb9cdd (patch) | |
tree | 6bbc2806756924105802f4584157396fb98d282c /arch/sh64/kernel/syscalls.S | |
parent | 54cfb5aa0f4859bd38706eabe0118175780a542f (diff) | |
parent | 91aa9fb573fcc50bc74d5ee64c7e9b36131f1804 (diff) | |
download | kernel-crypto-a3bc068022b968a3042b48eb9a8e8b0418fb9cdd.tar.gz kernel-crypto-a3bc068022b968a3042b48eb9a8e8b0418fb9cdd.tar.xz kernel-crypto-a3bc068022b968a3042b48eb9a8e8b0418fb9cdd.zip |
Merge /spare/repo/linux-2.6/
Diffstat (limited to 'arch/sh64/kernel/syscalls.S')
-rw-r--r-- | arch/sh64/kernel/syscalls.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh64/kernel/syscalls.S b/arch/sh64/kernel/syscalls.S index 6aabc63e451..a3d037805f1 100644 --- a/arch/sh64/kernel/syscalls.S +++ b/arch/sh64/kernel/syscalls.S @@ -342,4 +342,9 @@ sys_call_table: .long sys_add_key .long sys_request_key .long sys_keyctl /* 315 */ + .long sys_ioprio_set + .long sys_ioprio_get + .long sys_inotify_init + .long sys_inotify_add_watch + .long sys_inotify_rm_watch /* 320 */ |