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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7b3c384db1ff0f336b59d5062617915e216eaec1;p=linux-beck.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 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)