1. NAME

handle_simple_irq - Simple and software-decoded IRQs.

2. SYNOPSIS

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

3. ARGUMENTS

irq
    the interrupt number

desc
    the interrupt description structure for this irq

4. DESCRIPTION

Simple interrupts are either sent from a demultiplexing interrupt handler or come from hardware, where no interrupt hardware control is necessary.

5. NOTE

The caller is expected to handle the ack, clear, mask and unmask issues if necessary.

6. AUTHORS

Thomas Gleixner <>
    Author.

Ingo Molnar <>
    Author.

7. COPYRIGHT