Index: linux-2.6.13/include/asm-ia64/unistd.h =================================================================== --- linux-2.6.13.orig/include/asm-ia64/unistd.h 2005-08-28 16:41:01.000000000 -0700 +++ linux-2.6.13/include/asm-ia64/unistd.h 2005-08-31 13:55:18.000000000 -0700 @@ -269,12 +269,13 @@ #define __NR_inotify_init 1277 #define __NR_inotify_add_watch 1278 #define __NR_inotify_rm_watch 1279 +#define __NR_sys_migrate_pages 1280 #ifdef __KERNEL__ #include -#define NR_syscalls 256 /* length of syscall table */ +#define NR_syscalls 257 /* length of syscall table */ #define __ARCH_WANT_SYS_RT_SIGACTION Index: linux-2.6.13/arch/ia64/kernel/entry.S =================================================================== --- linux-2.6.13.orig/arch/ia64/kernel/entry.S 2005-08-28 16:41:01.000000000 -0700 +++ linux-2.6.13/arch/ia64/kernel/entry.S 2005-08-31 13:44:12.000000000 -0700 @@ -1577,5 +1577,6 @@ sys_call_table: data8 sys_inotify_init data8 sys_inotify_add_watch data8 sys_inotify_rm_watch + data8 sys_ni_syscall // reserved for sys_migrate_pages .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls