commit | 9b96ea662b404b9ed882c78cb844510d804a83e6 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Mon Feb 12 22:09:18 2007 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Tue Feb 13 15:35:52 2007 +1100 |
tree | 1c7194861bd76b36bf7ab778acf920a8bf41db5e | |
parent | ab9367e38fa97c2ed7f72fd5fa29d0d70d58df89 [diff] [blame] |
[POWERPC] Wire up sys_getcpu Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
diff --git a/include/asm-powerpc/systbl.h b/include/asm-powerpc/systbl.h index 97b4354..418e5c7 100644 --- a/include/asm-powerpc/systbl.h +++ b/include/asm-powerpc/systbl.h
@@ -305,3 +305,4 @@ COMPAT_SYS_SPU(get_robust_list) COMPAT_SYS_SPU(set_robust_list) COMPAT_SYS(move_pages) +SYSCALL_SPU(getcpu)