[PATCH] powerpc: unshare system call registration

Registers system call for the powerpc architecture.

Signed-off-by: Janak Desai <janak@us.ibm.com>
Cc: Al Viro <viro@ftp.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Michael Kerrisk <mtk-manpages@gmx.net>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by JANAK DESAI and committed by Paul Mackerras b37ce281 8568daa4

+3 -1
+1
arch/powerpc/kernel/systbl.S
··· 321 321 SYSCALL(spu_create) 322 322 COMPAT_SYS(pselect6) 323 323 COMPAT_SYS(ppoll) 324 + SYSCALL(unshare)
+2 -1
include/asm-powerpc/unistd.h
··· 300 300 #define __NR_spu_create 279 301 301 #define __NR_pselect6 280 302 302 #define __NR_ppoll 281 303 + #define __NR_unshare 282 303 304 304 - #define __NR_syscalls 282 305 + #define __NR_syscalls 283 305 306 306 307 #ifdef __KERNEL__ 307 308 #define __NR__exit __NR_exit