diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index fc4e906aedbd77ef5cf7057dcb8b3d089b240e14..48a53f68af96452dd77ef113cb6b8ec1ce915276 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c @@ -20,6 +20,11 @@ /** * handle_bad_irq - handle spurious and unhandled irqs + * @irq: the interrupt number + * @desc: description of the interrupt + * @regs: pointer to a register structure + * + * Handles spurious and unhandled IRQ's. It also prints a debugmessage. */ void fastcall handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs)