lkml.org 
[lkml]   [2005]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH -mm 3/9] unshare system call: system call registration for powerpc
From
Date

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

Registers system call for the powerpc architecture.

Changes since the first submission of this patch on 12/12/05:
None.

Signed-off-by: Janak Desai <janak@us.ibm.com>

---

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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-12-14 00:00    [W:0.032 / U:4.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site