aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2007-02-12 22:09:18 +1100
committerPaul Mackerras <paulus@samba.org>2007-02-13 15:35:52 +1100
commit9b96ea662b404b9ed882c78cb844510d804a83e6 (patch)
tree1c7194861bd76b36bf7ab778acf920a8bf41db5e
parent[POWERPC] ppc: Add support for AMCC Taishan 440GX eval board (diff)
downloadlinux-dev-9b96ea662b404b9ed882c78cb844510d804a83e6.tar.xz
linux-dev-9b96ea662b404b9ed882c78cb844510d804a83e6.zip
[POWERPC] Wire up sys_getcpu
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--include/asm-powerpc/systbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/systbl.h b/include/asm-powerpc/systbl.h
index 97b435484177..418e5c7e972c 100644
--- a/include/asm-powerpc/systbl.h
+++ b/include/asm-powerpc/systbl.h
@@ -305,3 +305,4 @@ SYSCALL_SPU(faccessat)
COMPAT_SYS_SPU(get_robust_list)
COMPAT_SYS_SPU(set_robust_list)
COMPAT_SYS(move_pages)
+SYSCALL_SPU(getcpu)