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:
Roland McGrath 2007-07-24 01:52:57 +00:00
parent 2149fc0b46
commit 7c7c00b193
2 changed files with 2 additions and 1 deletions

View File

@ -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 */

View File

@ -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 */