handle_percpu_irq (9) - Linux Manuals

handle_percpu_irq: Per CPU local irq handler

NAME

handle_percpu_irq - Per CPU local irq handler

SYNOPSIS

void handle_percpu_irq(struct irq_desc desc);

ARGUMENTS

desc

the interrupt description structure for this irq

DESCRIPTION

Per CPU interrupts on SMP machines without locking requirements

AUTHORS

Thomas Gleixner <tglx [at] linutronix.de>

Author.

Ingo Molnar <mingo [at] elte.hu>

Author.

COPYRIGHT