2006-01-12 04:15:53

by Janak Desai

[permalink] [raw]
Subject: [PATCH -mm 9/10] unshare system call -v5 : system call registration for ppc

[PATCH -mm 9/10] unshare system call: system call registration for ppc

Registers system call for the ppc architecture.

Changes since -v4 of this patch submitted on 12/13/05:
- Forward ported to 2.6.15-mm3 which modified the syscall number.

Signed-off-by: Janak Desai <[email protected]>

---

misc.S | 1 +
1 files changed, 1 insertion(+)

diff -Naurp 2.6.15-mm3/arch/ppc/kernel/misc.S 2.6.15-mm3+unsh-ppc/arch/ppc/kernel/misc.S
--- 2.6.15-mm3/arch/ppc/kernel/misc.S 2006-01-11 20:21:46.000000000 +0000
+++ 2.6.15-mm3+unsh-ppc/arch/ppc/kernel/misc.S 2006-01-12 00:44:16.000000000 +0000
@@ -1403,3 +1403,4 @@ _GLOBAL(sys_call_table)
.long sys_inotify_init /* 275 */
.long sys_inotify_add_watch
.long sys_inotify_rm_watch
+ .long sys_unshare