From: JANAK DESAI Registers system call for the i386 architecture. Signed-off-by: Janak Desai Cc: Al Viro Cc: Christoph Hellwig Signed-off-by: Andrew Morton --- arch/i386/kernel/syscall_table.S | 1 + include/asm-i386/unistd.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff -puN arch/i386/kernel/syscall_table.S~unshare-system-call-v5-system-call-registration-for-i386 arch/i386/kernel/syscall_table.S --- devel/arch/i386/kernel/syscall_table.S~unshare-system-call-v5-system-call-registration-for-i386 2006-01-11 21:23:26.000000000 -0800 +++ devel-akpm/arch/i386/kernel/syscall_table.S 2006-01-11 21:23:26.000000000 -0800 @@ -309,3 +309,4 @@ ENTRY(sys_call_table) .long sys_faccessat .long sys_pselect6 .long sys_ppoll + .long sys_unshare /* 310 */ diff -puN include/asm-i386/unistd.h~unshare-system-call-v5-system-call-registration-for-i386 include/asm-i386/unistd.h --- devel/include/asm-i386/unistd.h~unshare-system-call-v5-system-call-registration-for-i386 2006-01-11 21:23:26.000000000 -0800 +++ devel-akpm/include/asm-i386/unistd.h 2006-01-11 21:23:26.000000000 -0800 @@ -315,8 +315,9 @@ #define __NR_faccessat 307 #define __NR_pselect6 308 #define __NR_ppoll 309 +#define __NR_unshare 310 -#define NR_syscalls 310 +#define NR_syscalls 311 /* * user-visible error numbers are in the range -1 - -128: see _