From: Christoph Lameter sys_move_pages support for x86_64 Only compile-tested. Signed-off-by: Christoph Lameter Cc: Andi Kleen Signed-off-by: Andrew Morton --- include/asm-x86_64/unistd.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) diff -puN include/asm-x86_64/unistd.h~page-migration-support-moving-of-individual-pages-x86_64-support include/asm-x86_64/unistd.h --- 25/include/asm-x86_64/unistd.h~page-migration-support-moving-of-individual-pages-x86_64-support Wed May 24 13:25:19 2006 +++ 25-akpm/include/asm-x86_64/unistd.h Wed May 24 13:25:19 2006 @@ -617,10 +617,12 @@ __SYSCALL(__NR_tee, sys_tee) __SYSCALL(__NR_sync_file_range, sys_sync_file_range) #define __NR_vmsplice 278 __SYSCALL(__NR_vmsplice, sys_vmsplice) +#define __NR_move_pages 279 +__SYSCALL(__NR_move_pages, sys_move_pages) #ifdef __KERNEL__ -#define __NR_syscall_max __NR_vmsplice +#define __NR_syscall_max __NR_move_pages #ifndef __NO_STUBS _