From: Stephen Rothwell Date: Mon, 12 Feb 2007 11:09:18 +0000 (+1100) Subject: [POWERPC] Wire up sys_getcpu X-Git-Tag: v3.12-rc1~31702^2~3^2~10^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b96ea662b404b9ed882c78cb844510d804a83e6;p=kernel%2Fkernel-generic.git [POWERPC] Wire up sys_getcpu 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 97b4354..418e5c7 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)