patch-2.4.0-test6 linux/arch/mips/kernel/entry.S

Next file: linux/arch/mips/kernel/irq.c
Previous file: linux/arch/mips/defconfig-rm200
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/arch/mips/kernel/entry.S linux/arch/mips/kernel/entry.S
@@ -43,8 +43,8 @@
 EXPORT(ret_from_sys_call)
 EXPORT(ret_from_irq)
 		.type	ret_from_irq,@function
-		lw	t0, softirq_state
-		lw	t1, softirq_state+4	# unused delay slot
+		lw	t0, irq_stat		# softirq_active
+		lw	t1, irq_stat+4		# softirq_mask.  unused delay slot
 		and	t0, t1
 		bnez	t0, handle_softirq
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)