Per cpu local irq handler
void handle_percpu_irq(unsigned int irq, struct irq_desc * desc);
irq
the interrupt number
desc
the interrupt description structure for this irq
Per CPU interrupts on SMP machines without locking requirements
Thomas Gleixner <[email protected]>
Author.
Ingo Molnar <[email protected]>