Name

handle_bad_irq — handle spurious and unhandled irqs

Synopsis

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

Arguments

irq

the interrupt number

desc

description of the interrupt

regs

pointer to a register structure

Description

Handles spurious and unhandled IRQ's. It also prints a debugmessage.