aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2007-03-09 11:58:11 +1100
committerPaul Mackerras <paulus@samba.org>2007-03-12 15:48:35 +1100
commit7b3c384db1ff0f336b59d5062617915e216eaec1 (patch)
tree41e9b3f429a7df0e461ab27d54120de4b8e3ca02 /include/asm-powerpc
parent[POWERPC] Wire up sys_epoll_pwait (diff)
downloadlinux-dev-7b3c384db1ff0f336b59d5062617915e216eaec1.tar.xz
linux-dev-7b3c384db1ff0f336b59d5062617915e216eaec1.zip
[POWERPC] sys_move_pages should be callable from an SPU
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r--include/asm-powerpc/systbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/systbl.h b/include/asm-powerpc/systbl.h
index fe63831e6b0a..8d853c554631 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)