patch-2.1.35 linux/arch/alpha/kernel/entry.S
Next file: linux/arch/alpha/kernel/head.S
Previous file: linux/arch/alpha/kernel/alpha_ksyms.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Apr 15 09:54:06 1997
- Orig file:
v2.1.34/linux/arch/alpha/kernel/entry.S
- Orig date:
Mon Apr 7 11:35:29 1997
diff -u --recursive --new-file v2.1.34/linux/arch/alpha/kernel/entry.S linux/arch/alpha/kernel/entry.S
@@ -126,19 +126,8 @@
.ent entInt
entInt:
SAVE_ALL
-/* start atomic operation with respect to software interrupts */
- lda $0,intr_count
- ldl $1,0($0)
- addq $1,1,$1
- stl $1,0($0)
-/* set up the arguments to the C interrupt handler */
ldq $8,current_set
jsr $26,do_entInt
-/* ok, return */
- lda $0,intr_count
- ldl $1,0($0)
- subq $1,1,$1
- stl $1,0($0)
br $31,ret_from_sys_call
.end entInt
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov