]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
CRIS: Add new timerfd syscall entries.
authorJesper Nilsson <jesper.nilsson@axis.com>
Fri, 8 Feb 2008 10:54:30 +0000 (11:54 +0100)
committerJesper Nilsson <jesper.nilsson@axis.com>
Fri, 8 Feb 2008 10:54:30 +0000 (11:54 +0100)
arch/cris/arch-v10/kernel/entry.S
arch/cris/arch-v32/kernel/entry.S
include/asm-cris/unistd.h

index b61aedbad38fc0bf85775648d02f5ad72c60805e..3a65f322ae078061d5f63488dab7bd19e4eec4d4 100644 (file)
@@ -924,9 +924,11 @@ sys_call_table:
        .long sys_epoll_pwait
        .long sys_utimensat             /* 320 */
        .long sys_signalfd
-       .long sys_ni_syscall
+       .long sys_timerfd_create
        .long sys_eventfd
        .long sys_fallocate
+       .long sys_timerfd_settime       /* 325 */
+       .long sys_timerfd_gettime
 
         /*
          * NOTE!! This doesn't have to be exact - we just have
index f58e137876f8c66c5232c8011de687138d16f520..eebbaba45430fffe0d754b1c2345196563ed594d 100644 (file)
@@ -847,9 +847,11 @@ sys_call_table:
        .long sys_epoll_pwait
        .long sys_utimensat             /* 320 */
        .long sys_signalfd
-       .long sys_timerfd
+       .long sys_timerfd_create
        .long sys_eventfd
        .long sys_fallocate
+       .long sys_timerfd_settime       /* 325 */
+       .long sys_timerfd_gettime
 
         /*
          * NOTE!! This doesn't have to be exact - we just have
index bd57a794917057c20f7312f1661a97a9cfd473c8..007cb16a6b5b7cc4b59606485ecf24aaf28a9858 100644 (file)
 #define __NR_epoll_pwait       319
 #define __NR_utimensat         320
 #define __NR_signalfd          321
-#define __NR_timerfd           322
+#define __NR_timerfd_create    322
 #define __NR_eventfd           323
 #define __NR_fallocate         324
+#define __NR_timerfd_settime    315
+#define __NR_timerfd_gettime    316
 
 #ifdef __KERNEL__