patch-2.3.34 linux/arch/alpha/kernel/entry.S
Next file: linux/arch/alpha/lib/Makefile
Previous file: linux/arch/alpha/boot/Makefile
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Mon Dec 20 14:41:47 1999
- Orig file:
v2.3.33/linux/arch/alpha/kernel/entry.S
- Orig date:
Tue Aug 31 17:29:12 1999
diff -u --recursive --new-file v2.3.33/linux/arch/alpha/kernel/entry.S linux/arch/alpha/kernel/entry.S
@@ -8,7 +8,7 @@
#define SIGCHLD 20
-#define NR_SYSCALLS 373
+#define NR_SYSCALLS 374
/*
* These offsets must match with alpha_mv in <asm/machvec.h>.
@@ -84,8 +84,8 @@
ldq $1,8($30); \
ldq $2,16($30); \
ldq $3,24($30); \
- ldq $20,152($30); \
- ldq $21,HAE_CACHE($19); \
+ ldq $21,152($30); \
+ ldq $20,HAE_CACHE($19); \
ldq $4,32($30); \
ldq $5,40($30); \
ldq $6,48($30); \
@@ -1149,3 +1149,4 @@
.quad sys_sendfile /* 370 */
.quad sys_setresgid
.quad sys_getresgid
+ .quad sys_ni_syscall /* sys_dipc */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)