patch-2.2.15 linux/arch/alpha/kernel/entry.S
Next file: linux/arch/alpha/kernel/irq.c
Previous file: linux/arch/alpha/kernel/core_tsunami.c
Back to the patch index
Back to the overall index
-  Lines: 19
 -  Date:
Fri Apr 21 12:45:44 2000
 -  Orig file: 
v2.2.14/arch/alpha/kernel/entry.S
 -  Orig date: 
Tue Jan  4 21:18:39 2000
 
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/arch/alpha/kernel/entry.S linux/arch/alpha/kernel/entry.S
@@ -8,7 +8,7 @@
 
 #define SIGCHLD 20
 
-#define NR_SYSCALLS 371
+#define NR_SYSCALLS 377
 
 /*
  * These offsets must match with alpha_mv in <asm/machvec.h>.
@@ -1143,3 +1143,9 @@
 	.quad sys_capget
 	.quad sys_capset
 	.quad sys_sendfile			/* 370 */
+	.quad sys_ni_syscall
+	.quad sys_ni_syscall
+	.quad sys_ni_syscall
+	.quad sys_ni_syscall
+	.quad sys_ni_syscall			/* 375 */
+	.quad sys_pciconfig_iobase
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)