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 2/9] unshare system call: system call registration for i386
From
Date

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

Registers system call for the i386 architecture.

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

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

---

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@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.036 / U:0.304 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site