[PATCH -mm 2/9] unshare system call : system call registration fori386

From: JANAK DESAI
Date: Mon Dec 12 2005 - 22:01:40 EST



[PATCH -mm 2/9] unshare system call: System call registration for i386

Signed-off-by: Janak Desai


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


diff -Naurp 2.6.15-rc5-mm2/arch/i386/kernel/syscall_table.S
2.6.15-rc5-mm2+i386/arch/i386/kernel/syscall_table.S
--- 2.6.15-rc5-mm2/arch/i386/kernel/syscall_table.S 2005-12-12
03:05:36.000000000 +0000
+++ 2.6.15-rc5-mm2+i386/arch/i386/kernel/syscall_table.S 2005-12-12
19:59:42.000000000 +0000
@@ -296,3 +296,4 @@ ENTRY(sys_call_table)
.long sys_migrate_pages
.long sys_preadv /* 295 */
.long sys_pwritev
+ .long sys_unshare
diff -Naurp 2.6.15-rc5-mm2/include/asm-i386/unistd.h
2.6.15-rc5-mm2+i386/include/asm-i386/unistd.h
--- 2.6.15-rc5-mm2/include/asm-i386/unistd.h 2005-12-12
03:05:58.000000000 +0000
+++ 2.6.15-rc5-mm2+i386/include/asm-i386/unistd.h 2005-12-12
20:00:10.000000000 +0000
@@ -302,8 +302,9 @@
#define __NR_migrate_pages 294
#define __NR_preadv 295
#define __NR_pwritev 296
+#define __NR_unshare 297

-#define NR_syscalls 297
+#define NR_syscalls 298

/*
* user-visible error numbers are in the range -1 - -128: see


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