]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[IA64] Wire up new syscall sync_file_range()
authorTony Luck <tony.luck@intel.com>
Tue, 4 Apr 2006 21:08:11 +0000 (14:08 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 4 Apr 2006 21:08:11 +0000 (14:08 -0700)
Also reserve syscall numbers for {set,get}_robust_list

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

index 750e8e7fbdc30a6c9f218b633a4e993c01c4038a..26ac96a41ebb0903d9b356ddedc478937053f74a 100644 (file)
@@ -1606,5 +1606,8 @@ sys_call_table:
        data8 sys_ni_syscall                    // 1295 reserved for ppoll
        data8 sys_unshare
        data8 sys_splice
+       data8 sys_ni_syscall                    // reserved for set_robust_futex
+       data8 sys_ni_syscall                    // reserved for get_robust_futex
+       data8 sys_sync_file_range               // 1300
 
        .org sys_call_table + 8*NR_syscalls     // guard against failures to increase NR_syscalls
index 36070c1014d885397d92897cdfb97decf3c671a2..c15fc924b3aaa7eb28c731498ecf71f28bd5d9ab 100644 (file)
 /* 1294, 1295 reserved for pselect/ppoll */
 #define __NR_unshare                   1296
 #define __NR_splice                    1297
+/* 1298, 1299 reserved for {set,get}_robust_list */
+#define __NR_sync_file_range           1300
 
 #ifdef __KERNEL__
 
 #include <linux/config.h>
 
-#define NR_syscalls                    274 /* length of syscall table */
+#define NR_syscalls                    277 /* length of syscall table */
 
 #define __ARCH_WANT_SYS_RT_SIGACTION