]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
parisc: add new syscalls
authorKyle McMartin <kyle@mcmartin.ca>
Sat, 9 Aug 2008 18:38:18 +0000 (14:38 -0400)
committerKyle McMartin <kyle@hera.kernel.org>
Fri, 10 Oct 2008 16:32:30 +0000 (16:32 +0000)
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
arch/parisc/include/asm/unistd.h
arch/parisc/kernel/syscall_table.S

index a7d857f0e4f404963c86f2baeb240f80d7a6f110..ef26b009dc5da1f323a7fc77d329e6c520b5e40f 100644 (file)
 #define __NR_timerfd_create    (__NR_Linux + 306)
 #define __NR_timerfd_settime   (__NR_Linux + 307)
 #define __NR_timerfd_gettime   (__NR_Linux + 308)
-
-#define __NR_Linux_syscalls    (__NR_timerfd_gettime + 1)
+#define __NR_signalfd4         (__NR_Linux + 309)
+#define __NR_eventfd2          (__NR_Linux + 310)
+#define __NR_epoll_create1     (__NR_Linux + 311)
+#define __NR_dup3              (__NR_Linux + 312)
+#define __NR_pipe2             (__NR_Linux + 313)
+#define __NR_inotify_init1     (__NR_Linux + 314)
+
+#define __NR_Linux_syscalls    (__NR_inotify_init1 + 1)
 
 
 #define __IGNORE_select                /* newselect */
index 6b5ac38f5a9916017473d3174bb6f3d047f72cb8..6084667eacf971f500e517fc1aaf7da824c1426f 100644 (file)
        ENTRY_SAME(timerfd_create)
        ENTRY_COMP(timerfd_settime)
        ENTRY_COMP(timerfd_gettime)
+       ENTRY_COMP(signalfd4)
+       ENTRY_SAME(eventfd2)            /* 310 */
+       ENTRY_SAME(epoll_create1)
+       ENTRY_SAME(dup3)
+       ENTRY_SAME(pipe2)
+       ENTRY_SAME(inotify_init1)
 
        /* Nothing yet */