handle_edge_eoi_irq(9) edge eoi type IRQ handler

SYNOPSIS

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

ARGUMENTS

irq

the interrupt number

desc

the interrupt description structure for this irq

DESCRIPTION

Similar as the above handle_edge_irq, but using eoi and w/o the mask/unmask logic.

AUTHORS

Thomas Gleixner <[email protected]>

Author.

Ingo Molnar <[email protected]>

Author.

COPYRIGHT