patch-2.4.19 linux-2.4.19/arch/alpha/kernel/entry.S
Next file: linux-2.4.19/arch/alpha/kernel/osf_sys.c
Previous file: linux-2.4.19/arch/alpha/kernel/alpha_ksyms.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Fri Aug 2 17:39:42 2002
- Orig file:
linux-2.4.18/arch/alpha/kernel/entry.S
- Orig date:
Fri Nov 9 13:45:35 2001
diff -urN linux-2.4.18/arch/alpha/kernel/entry.S linux-2.4.19/arch/alpha/kernel/entry.S
@@ -10,7 +10,7 @@
#define SIGCHLD 20
-#define NR_SYSCALLS 378
+#define NR_SYSCALLS 382
/*
* These offsets must match with alpha_mv in <asm/machvec.h>.
@@ -886,8 +886,13 @@
.quad osf_getrusage
.quad sys_getsockopt
.quad alpha_ni_syscall
+#ifdef CONFIG_OSF4_COMPAT
+ .quad osf_readv /* 120 */
+ .quad osf_writev
+#else
.quad sys_readv /* 120 */
.quad sys_writev
+#endif
.quad osf_settimeofday
.quad sys_fchown
.quad sys_fchmod
@@ -1148,3 +1153,9 @@
.quad sys_gettid
.quad sys_readahead
.quad sys_ni_syscall /* 380, sys_security */
+ .quad sys_tkill
+
+/* Remember to update everything, kids. */
+.ifne (. - sys_call_table) - (NR_SYSCALLS * 8)
+.err
+.endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)