From: Roland McGrath Date: Tue, 24 Jul 2007 01:52:57 +0000 (+0000) Subject: 2007-07-23 Roland McGrath X-Git-Tag: v4.5.18~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c7c00b193e3c8b8dfdf1df673b4507818072d0e;p=strace 2007-07-23 Roland McGrath * linux/syscallent.h: move_pages takes 6 args, not 5. * linux/x86_64/syscallent.h: Likewise. 2007-07-23 Ulrich Drepper * mem.c (move_pages_flags): New variable. (sys_move_pages): New function. * linux/syscall.h: Declare sys_move_pages. * linux/syscallent.h: Add entry for sys_move_pages. * linux/x86_64/syscallent.h: Likewise. --- diff --git a/linux/syscallent.h b/linux/syscallent.h index 7704e650..df1f607e 100644 --- a/linux/syscallent.h +++ b/linux/syscallent.h @@ -347,7 +347,7 @@ { 4, TD, printargs, "sync_file_range" }, /* 314 */ { 4, TD, printargs, "tee" }, /* 315 */ { 4, TD, printargs, "vmsplice" }, /* 316 */ - { 5, 0, printargs, "SYS_317" }, /* 317 */ + { 6, 0, sys_move_pages, "move_pages" }, /* 317 */ { 5, 0, printargs, "SYS_318" }, /* 318 */ { 5, 0, printargs, "SYS_319" }, /* 319 */ { 5, 0, printargs, "SYS_320" }, /* 320 */ diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h index 66c62b9c..83dad868 100644 --- a/linux/x86_64/syscallent.h +++ b/linux/x86_64/syscallent.h @@ -277,3 +277,4 @@ { 4, TD, printargs, "sync_file_range" }, /* 276 */ { 4, TD, printargs, "tee" }, /* 277 */ { 4, TD, printargs, "vmsplice" }, /* 278 */ + { 6, 0, sys_move_pages, "move_pages" }, /* 279 */