]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[PATCH] powerpc: wire up sys_migrate_pages
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 3 Nov 2006 06:07:24 +0000 (22:07 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 3 Nov 2006 20:27:59 +0000 (12:27 -0800)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-powerpc/systbl.h
include/asm-powerpc/unistd.h

index eac85ce101b634061aa5e8830482f372ec08654e..c6a03187f9326839616bd7e0f8dc5dcae0b65f6c 100644 (file)
@@ -261,7 +261,7 @@ SYSX(sys_ni_syscall, ppc_fadvise64_64, ppc_fadvise64_64)
 PPC_SYS_SPU(rtas)
 OLDSYS(debug_setcontext)
 SYSCALL(ni_syscall)
-SYSCALL(ni_syscall)
+COMPAT_SYS(migrate_pages)
 COMPAT_SYS(mbind)
 COMPAT_SYS(get_mempolicy)
 COMPAT_SYS(set_mempolicy)
index 464a48cce7f51c561f799eb67f95a7e50473c3a2..b5fe93291c969e8ef79c249f353f65222649ba9c 100644 (file)
 #define __NR_rtas              255
 #define __NR_sys_debug_setcontext 256
 /* Number 257 is reserved for vserver */
-/* 258 currently unused */
+#define __NR_migrate_pages     258
 #define __NR_mbind             259
 #define __NR_get_mempolicy     260
 #define __NR_set_mempolicy     261