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

Next file: linux-2.4.23/arch/alpha/kernel/setup.c
Previous file: linux-2.4.23/arch/alpha/kernel/Makefile
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/arch/alpha/kernel/irq.c linux-2.4.23/arch/alpha/kernel/irq.c
@@ -214,7 +214,7 @@
 
 	if (!shared) {
 		desc->depth = 0;
-		desc->status &= ~IRQ_DISABLED;
+		desc->status &= ~(IRQ_DISABLED | IRQ_INPROGRESS);
 		desc->handler->startup(irq);
 	}
 	spin_unlock_irqrestore(&desc->lock,flags);

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