Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b63d64a3 authored by Christoph Lameter's avatar Christoph Lameter Committed by Linus Torvalds
Browse files

[PATCH] sys_move_pages: x86_64 support



sys_move_pages support for x86_64

Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 742755a1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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