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

From: JANAK DESAI
Date: Wed Jan 11 2006 - 23:17:13 EST


[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 <janak@xxxxxxxxxx>

---

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


-
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/