]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
[IA64] wire up pselect, ppoll
authorAlexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Tue, 8 May 2007 22:57:59 +0000 (15:57 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 8 May 2007 22:57:59 +0000 (15:57 -0700)
Signed-off-by: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Signed-off-by: Alexey Dobriyan <adobriyan@openvz.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/entry.S
include/asm-ia64/unistd.h

index 156a6fa031f4e066ab43a97b5052282114be61f9..b50bf208678ea6c981f3e1b4e439b69e80887e4f 100644 (file)
@@ -1572,8 +1572,8 @@ sys_call_table:
        data8 sys_readlinkat
        data8 sys_fchmodat
        data8 sys_faccessat
-       data8 sys_ni_syscall                    // reserved for pselect
-       data8 sys_ni_syscall                    // 1295 reserved for ppoll
+       data8 sys_pselect6
+       data8 sys_ppoll
        data8 sys_unshare
        data8 sys_splice
        data8 sys_set_robust_list
index e586739bcc15ce06c2f1fe18281b97898d4a01ed..861c8ec87b095374c942b593ba91b3108d86c79a 100644 (file)
 #define __NR_readlinkat                        1291
 #define __NR_fchmodat                  1292
 #define __NR_faccessat                 1293
-/* 1294, 1295 reserved for pselect/ppoll */
+#define __NR_pselect6                  1294
+#define __NR_ppoll                     1295
 #define __NR_unshare                   1296
 #define __NR_splice                    1297
 #define __NR_set_robust_list           1298