patch-2.1.28 linux/arch/alpha/kernel/entry.S
Next file: linux/arch/alpha/kernel/osf_sys.c
Previous file: linux/Makefile
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Feb 28 14:53:24 1997
- Orig file:
v2.1.27/linux/arch/alpha/kernel/entry.S
- Orig date:
Thu Feb 27 10:57:29 1997
diff -u --recursive --new-file v2.1.27/linux/arch/alpha/kernel/entry.S linux/arch/alpha/kernel/entry.S
@@ -125,7 +125,7 @@
lda $0,intr_count
ldl $1,0($0)
addq $1,1,$1
- stq $1,0($0)
+ stl $1,0($0)
/* set up the arguments to the C interrupt handler */
ldq $8,current_set
jsr $26,do_entInt
@@ -133,7 +133,7 @@
lda $0,intr_count
ldl $1,0($0)
subq $1,1,$1
- stq $1,0($0)
+ stl $1,0($0)
br $31,ret_from_sys_call
.end entInt
@@ -710,7 +710,7 @@
/*0*/ .quad do_entSys, sys_exit, sys_fork, sys_read, sys_write
.quad do_entSys, sys_close, sys_wait4, do_entSys, sys_link
.quad sys_unlink, do_entSys, sys_chdir, sys_fchdir, sys_mknod
- .quad sys_chmod, sys_chown, sys_brk, do_entSys, sys_lseek
+ .quad sys_chmod, sys_chown, osf_brk, do_entSys, sys_lseek
.quad sys_getxpid, osf_mount, osf_umount, sys_setuid, sys_getxuid
.quad do_entSys, sys_ptrace, do_entSys, do_entSys, do_entSys
.quad do_entSys, do_entSys, do_entSys, sys_access, do_entSys
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov