Handle spurious and unhandled irqs
void handle_bad_irq(unsigned int irq, struct irq_desc * desc);
irq
the interrupt number
desc
description of the interrupt
Handles spurious and unhandled IRQ's. It also prints a debugmessage.
Thomas Gleixner <[email protected]>
Author.
Ingo Molnar <[email protected]>