patch-2.4.23 linux-2.4.23/arch/sh64/kernel/irq.c

Next file: linux-2.4.23/arch/sh64/kernel/process.c
Previous file: linux-2.4.23/arch/sh64/kernel/fpu.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/arch/sh64/kernel/irq.c linux-2.4.23/arch/sh64/kernel/irq.c
@@ -301,7 +301,7 @@
 	   REPLAY is when Linux resends an IRQ that was dropped earlier
 	   WAITING is used by probe to mark irqs that are being tested
 	   */
-	status = desc->status & ~(IRQ_REPLAY | IRQ_WAITING);
+	status = desc->status & ~(IRQ_REPLAY | IRQ_WAITING | IRQ_INPROGRESS);
 	status |= IRQ_PENDING; /* we _want_ to handle it */
 
 	/*

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