From: Stephen Rothwell Date: Fri, 9 Mar 2007 00:58:11 +0000 (+1100) Subject: [POWERPC] sys_move_pages should be callable from an SPU X-Git-Tag: v2.6.21-rc4~41^2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=7b3c384db1ff0f336b59d5062617915e216eaec1;p=linux-2.6-omap-h63xx.git [POWERPC] sys_move_pages should be callable from an SPU Signed-off-by: Stephen Rothwell Signed-off-by: Paul Mackerras --- diff --git a/include/asm-powerpc/systbl.h b/include/asm-powerpc/systbl.h index fe63831e6b0..8d853c55463 100644 --- a/include/asm-powerpc/systbl.h +++ b/include/asm-powerpc/systbl.h @@ -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)