1. NAME

handle_bad_irq - handle spurious and unhandled irqs

2. SYNOPSIS

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

3. ARGUMENTS

irq
    the interrupt number

desc
    description of the interrupt

4. DESCRIPTION

Handles spurious and unhandled IRQAqs. It also prints a debugmessage.

5. AUTHORS

Thomas Gleixner <>
    Author.

Ingo Molnar <>
    Author.

6. COPYRIGHT