Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

[POWERPC] Allocate syscall number for sys_getcpu

I forgot to do this when wiring up the syscall.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by

Stephen Rothwell and committed by
Paul Mackerras
4cd723b4 f57e8430

+2 -1
+2 -1
include/asm-powerpc/unistd.h
··· 324 324 #define __NR_get_robust_list 299 325 325 #define __NR_set_robust_list 300 326 326 #define __NR_move_pages 301 327 + #define __NR_getcpu 302 327 328 328 329 #ifdef __KERNEL__ 329 330 330 - #define __NR_syscalls 302 331 + #define __NR_syscalls 303 331 332 332 333 #define __NR__exit __NR_exit 333 334 #define NR_syscalls __NR_syscalls