]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[IA64] Wire up timerfd_{create,settime,gettime} syscalls
authorTony Luck <tony.luck@intel.com>
Wed, 6 Feb 2008 21:57:46 +0000 (13:57 -0800)
committerTony Luck <tony.luck@intel.com>
Fri, 8 Feb 2008 20:00:32 +0000 (12:00 -0800)
Add ia64 hooks for the new syscalls that were added in
commit 4d672e7ac79b5ec5cdc90e450823441e20464691

Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/entry.S
include/asm-ia64/unistd.h

index f5d3efbfbeda425c8fbe1810f3cadf4dcd72bb9d..3c331c464b40750cd746cf41f9277c9428b141e6 100644 (file)
@@ -1573,7 +1573,7 @@ sys_call_table:
        data8 sys_fchmodat
        data8 sys_faccessat
        data8 sys_pselect6
-       data8 sys_ppoll
+       data8 sys_ppoll                         // 1295
        data8 sys_unshare
        data8 sys_splice
        data8 sys_set_robust_list
@@ -1588,5 +1588,8 @@ sys_call_table:
        data8 sys_signalfd
        data8 sys_ni_syscall
        data8 sys_eventfd
+       data8 sys_timerfd_create                // 1310
+       data8 sys_timerfd_settime
+       data8 sys_timerfd_gettime
 
        .org sys_call_table + 8*NR_syscalls     // guard against failures to increase NR_syscalls
index 315f8de950a23a48cbc765b660d610d9ebd8725f..e60314716122d38d2b7175fcce9281474cb57d46 100644 (file)
 #define __NR_signalfd                  1307
 #define __NR_timerfd                   1308
 #define __NR_eventfd                   1309
+#define __NR_timerfd_create            1310
+#define __NR_timerfd_settime           1311
+#define __NR_timerfd_gettime           1312
 
 #ifdef __KERNEL__
 
 
-#define NR_syscalls                    286 /* length of syscall table */
+#define NR_syscalls                    289 /* length of syscall table */
 
 /*
  * The following defines stop scripts/checksyscalls.sh from complaining about