|
@@ -140,7 +140,7 @@ void __init init_IRQ(void)
|
|
int irq;
|
|
int irq;
|
|
|
|
|
|
for (irq = 0; irq < NR_IRQS; irq++)
|
|
for (irq = 0; irq < NR_IRQS; irq++)
|
|
- if (irq_desc[irq].chip == &no_irq_type)
|
|
|
|
|
|
+ if (irq_desc[irq].chip == &no_irq_chip)
|
|
/* due to the PIC latching interrupt requests, even
|
|
/* due to the PIC latching interrupt requests, even
|
|
* when the IRQ is disabled, IRQ_PENDING is superfluous
|
|
* when the IRQ is disabled, IRQ_PENDING is superfluous
|
|
* and we can use handle_level_irq() for edge-triggered
|
|
* and we can use handle_level_irq() for edge-triggered
|