All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -mm 3/9] unshare system call: system call registration for powerpc
@ 2005-12-13 22:54 JANAK DESAI
  0 siblings, 0 replies; 3+ messages in thread
From: JANAK DESAI @ 2005-12-13 22:54 UTC (permalink / raw)
  To: viro, chrisw, dwmw2, jamie, serue, mingo, linuxram, jmorris, sds, janak
  Cc: akpm, linux-kernel

 
[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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH -mm 3/9] unshare system call : system call registration for powerpc
@ 2005-12-13 13:43 JANAK DESAI
  0 siblings, 0 replies; 3+ messages in thread
From: JANAK DESAI @ 2005-12-13 13:43 UTC (permalink / raw)
  To: viro, chrisw, dwmw2, jamie, serue, mingo, linuxram, jmorris, sds, janak
  Cc: akpm, linux-kernel


[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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH -mm 3/9] unshare system call : system call registration for powerpc
@ 2005-12-13  3:00 JANAK DESAI
  0 siblings, 0 replies; 3+ messages in thread
From: JANAK DESAI @ 2005-12-13  3:00 UTC (permalink / raw)
  To: viro, chrisw, dwmw2, jamie, serue, mingo, linuxram, jmorris, sds, janak
  Cc: akpm, linux-kernel


[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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-12-13 22:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-13 22:54 [PATCH -mm 3/9] unshare system call: system call registration for powerpc JANAK DESAI
  -- strict thread matches above, loose matches on Subject: below --
2005-12-13 13:43 [PATCH -mm 3/9] unshare system call : " JANAK DESAI
2005-12-13  3:00 JANAK DESAI

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.