2007-07-23 Roland McGrath <roland@redhat.com>
* linux/syscallent.h: move_pages takes 6 args, not 5. * linux/x86_64/syscallent.h: Likewise. 2007-07-23 Ulrich Drepper <drepper@redhat.com> * 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.
This commit is contained in:
parent
2149fc0b46
commit
7c7c00b193
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user