patch-2.3.99-pre2 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: 25
- Date:
Thu Mar 16 14:07:09 2000
- Orig file:
v2.3.99-pre1/linux/arch/alpha/kernel/entry.S
- Orig date:
Sat Feb 12 11:22:10 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/arch/alpha/kernel/entry.S linux/arch/alpha/kernel/entry.S
@@ -8,7 +8,7 @@
#define SIGCHLD 20
-#define NR_SYSCALLS 374
+#define NR_SYSCALLS 376
/*
* These offsets must match with alpha_mv in <asm/machvec.h>.
@@ -991,7 +991,7 @@
.quad osf_shmat
.quad sys_shmctl /* 210 */
.quad sys_shmdt
- .quad osf_shmget
+ .quad sys_shmget
.quad alpha_ni_syscall
.quad alpha_ni_syscall
.quad alpha_ni_syscall /* 215 */
@@ -1154,4 +1154,5 @@
.quad sys_setresgid
.quad sys_getresgid
.quad sys_ni_syscall /* sys_dipc */
- .quad sys_shmget
+ .quad sys_pivot_root
+ .quad sys_mincore /* 375 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)