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

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