1. NAME

handle_percpu_irq - Per CPU local irq handler

2. SYNOPSIS

void handle_percpu_irq(unsigned int  irq , struct irq_desc *  desc );

3. ARGUMENTS

irq
    the interrupt number

desc
    the interrupt description structure for this irq

4. DESCRIPTION

Per CPU interrupts on SMP machines without locking requirements

5. AUTHORS

Thomas Gleixner <contact>
    Author.

Ingo Molnar <contact>
    Author.

6. COPYRIGHT