From: Christoph Lameter Date: Fri, 23 Jun 2006 09:03:56 +0000 (-0700) Subject: [PATCH] sys_move_pages: x86_64 support X-Git-Tag: v2.6.18-rc1~1081^2~154 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b63d64a324056cf3c2f7a1a1fe8134100edbb058;p=linux-2.6-omap-h63xx.git [PATCH] sys_move_pages: x86_64 support sys_move_pages support for x86_64 Signed-off-by: Christoph Lameter Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-x86_64/unistd.h b/include/asm-x86_64/unistd.h index 0aff22bdbb2..94387c915e5 100644 --- a/include/asm-x86_64/unistd.h +++ b/include/asm-x86_64/unistd.h @@ -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