[PATCH -mm 3/9] unshare system call : system call registration forpowerpc

From: JANAK DESAI
Date: Mon Dec 12 2005 - 22:00:23 EST



[PATCH -mm 3/9] unshare system call: System call registration for
powerpc

Signed-off-by: Janak Desai


arch/powerpc/kernel/systbl.S | 1 +
include/asm-powerpc/unistd.h | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)


diff -Naurp 2.6.15-rc5-mm2/arch/powerpc/kernel/systbl.S
2.6.15-rc5-mm2+powerpc/arch/powerpc/kernel/systbl.S
--- 2.6.15-rc5-mm2/arch/powerpc/kernel/systbl.S 2005-12-12
03:05:39.000000000 +0000
+++ 2.6.15-rc5-mm2+powerpc/arch/powerpc/kernel/systbl.S 2005-12-12
20:15:54.000000000 +0000
@@ -322,3 +322,4 @@ SYSCALL(inotify_rm_watch)
SYSCALL(spu_run)
SYSCALL(spu_create)
SYSCALL(migrate_pages)
+SYSCALL(unshare)
diff -Naurp 2.6.15-rc5-mm2/include/asm-powerpc/unistd.h
2.6.15-rc5-mm2+powerpc/include/asm-powerpc/unistd.h
--- 2.6.15-rc5-mm2/include/asm-powerpc/unistd.h 2005-12-12
03:05:58.000000000 +0000
+++ 2.6.15-rc5-mm2+powerpc/include/asm-powerpc/unistd.h 2005-12-12
20:18:03.000000000 +0000
@@ -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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/