From: JANAK DESAI Registers system call for the powerpc architecture. Signed-off-by: Janak Desai Cc: Signed-off-by: Andrew Morton --- arch/powerpc/kernel/systbl.S | 1 + include/asm-powerpc/unistd.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff -puN arch/powerpc/kernel/systbl.S~unshare-system-call-system-call-registration-for-powerpc arch/powerpc/kernel/systbl.S --- devel/arch/powerpc/kernel/systbl.S~unshare-system-call-system-call-registration-for-powerpc 2005-12-13 16:05:20.000000000 -0800 +++ devel-akpm/arch/powerpc/kernel/systbl.S 2005-12-13 16:05:21.000000000 -0800 @@ -322,3 +322,4 @@ SYSCALL(inotify_rm_watch) SYSCALL(spu_run) SYSCALL(spu_create) SYSCALL(migrate_pages) +SYSCALL(unshare) diff -puN include/asm-powerpc/unistd.h~unshare-system-call-system-call-registration-for-powerpc include/asm-powerpc/unistd.h --- devel/include/asm-powerpc/unistd.h~unshare-system-call-system-call-registration-for-powerpc 2005-12-13 16:05:20.000000000 -0800 +++ devel-akpm/include/asm-powerpc/unistd.h 2005-12-13 16:05:21.000000000 -0800 @@ -299,8 +299,9 @@ #define __NR_spu_run 278 #define __NR_spu_create 279 #define __NR_migrate_pages 280 +#define __NR_unshare 281 -#define __NR_syscalls 281 +#define __NR_syscalls 282 #ifdef __KERNEL__ #define __NR__exit __NR_exit _