From: Stephen Rothwell Date: Mon, 12 Feb 2007 11:09:18 +0000 (+1100) Subject: [POWERPC] Wire up sys_getcpu X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9b96ea662b404b9ed882c78cb844510d804a83e6;p=deliverable%2Flinux.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 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)