mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[PATCH] sys_move_pages: x86_64 support
sys_move_pages support for x86_64 Signed-off-by: Christoph Lameter <clameter@sgi.com> Cc: Andi Kleen <ak@muc.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
742755a1d8
commit
b63d64a324
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user