1. NAME

handle_edge_eoi_irq - edge eoi type IRQ handler

2. SYNOPSIS

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

3. ARGUMENTS

irq
    the interrupt number

desc
    the interrupt description structure for this irq

4. DESCRIPTION

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

5. AUTHORS

Thomas Gleixner <>
    Author.

Ingo Molnar <>
    Author.

6. COPYRIGHT