patch-2.4.23 linux-2.4.23/arch/sh/kernel/irq.c
Next file: linux-2.4.23/arch/sh/kernel/irq_intc2.c
Previous file: linux-2.4.23/arch/sh/kernel/io_shmse.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2003-11-28 10:26:19.000000000 -0800
- Orig file:
linux-2.4.22/arch/sh/kernel/irq.c
- Orig date:
2001-09-08 12:29:09.000000000 -0700
diff -urN linux-2.4.22/arch/sh/kernel/irq.c linux-2.4.23/arch/sh/kernel/irq.c
@@ -246,7 +246,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)