]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[POWERPC] sys_move_pages should be callable from an SPU
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 9 Mar 2007 00:58:11 +0000 (11:58 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 12 Mar 2007 04:48:35 +0000 (15:48 +1100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/systbl.h

index fe63831e6b0a395c906c0558ce43637daa8ed0dd..8d853c5546314ef12bda3aa9d9395f6437349c18 100644 (file)
@@ -304,6 +304,6 @@ SYSCALL_SPU(fchmodat)
 SYSCALL_SPU(faccessat)
 COMPAT_SYS_SPU(get_robust_list)
 COMPAT_SYS_SPU(set_robust_list)
-COMPAT_SYS(move_pages)
+COMPAT_SYS_SPU(move_pages)
 SYSCALL_SPU(getcpu)
 COMPAT_SYS(epoll_pwait)