patch-2.1.94 linux/arch/arm/kernel/calls.S

Next file: linux/arch/arm/kernel/irq.c
Previous file: linux/arch/arm/kernel/armksyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.93/linux/arch/arm/kernel/calls.S linux/arch/arm/kernel/calls.S
@@ -5,7 +5,7 @@
  */
 #ifndef NR_SYSCALLS
 #define NR_syscalls 256
-#define NR_SYSCALLS 182
+#define NR_SYSCALLS 184
 #else
 
 /* 0 */		.long	SYMBOL_NAME(sys_setup)
@@ -190,5 +190,7 @@
 		.long	SYMBOL_NAME(sys_rt_sigsuspend_wrapper)
 /* 180 */	.long	SYMBOL_NAME(sys_pread)
 		.long	SYMBOL_NAME(sys_pwrite)
-		.space	(NR_syscalls - 182) * 4
+		.long	SYMBOL_NAME(sys_xstat)
+		.long	SYMBOL_NAME(sys_xmknod)
+		.space	(NR_syscalls - 184) * 4
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov