From 9d2bc1cddbe126799782b1988fb26d837924df8f Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 13 Nov 2006 14:52:42 +1100 Subject: [PATCH] --- yaml --- r: 40933 b: refs/heads/master c: 9716a340310a383751a06589d0775fad04bd3f54 h: refs/heads/master i: 40931: 905b821c596480ba6321a7284fda54d5a2d5d463 v: v3 --- [refs] | 2 +- trunk/include/asm-powerpc/systbl.h | 1 + trunk/include/asm-powerpc/unistd.h | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 237fc75f2e28..b6938ddcb406 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 056f4faa572f64fa926491a7d42c627c9dc507a7 +refs/heads/master: 9716a340310a383751a06589d0775fad04bd3f54 diff --git a/trunk/include/asm-powerpc/systbl.h b/trunk/include/asm-powerpc/systbl.h index c6a03187f932..97b435484177 100644 --- a/trunk/include/asm-powerpc/systbl.h +++ b/trunk/include/asm-powerpc/systbl.h @@ -304,3 +304,4 @@ SYSCALL_SPU(fchmodat) SYSCALL_SPU(faccessat) COMPAT_SYS_SPU(get_robust_list) COMPAT_SYS_SPU(set_robust_list) +COMPAT_SYS(move_pages) diff --git a/trunk/include/asm-powerpc/unistd.h b/trunk/include/asm-powerpc/unistd.h index b5fe93291c96..0e4ea37f6466 100644 --- a/trunk/include/asm-powerpc/unistd.h +++ b/trunk/include/asm-powerpc/unistd.h @@ -323,10 +323,11 @@ #define __NR_faccessat 298 #define __NR_get_robust_list 299 #define __NR_set_robust_list 300 +#define __NR_move_pages 301 #ifdef __KERNEL__ -#define __NR_syscalls 301 +#define __NR_syscalls 302 #define __NR__exit __NR_exit #define NR_syscalls __NR_syscalls