- 2.6.17 port work build breaks, but the patch set is relativly stable
[linux-flexiantxendom0-3.2.10.git] / kernel / irq / spurious.c
index f9353e9..7df9abd 100644 (file)
@@ -137,8 +137,7 @@ void note_interrupt(unsigned int irq, irq_desc_t *desc, irqreturn_t action_ret,
                        struct pt_regs *regs)
 {
        if (action_ret != IRQ_HANDLED) {
-               if (!irq_ignore_unhandled(irq))
-                       desc->irqs_unhandled++;
+               desc->irqs_unhandled++;
                if (action_ret != IRQ_NONE)
                        report_bad_irq(irq, desc, action_ret);
        }