diff --git a/[refs] b/[refs] index d7bc94351b0e..486758cbe7fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 290995fc3c06c0548ae303dd0b1371a8727f4fad +refs/heads/master: 43a1dd502f40fdb644402f64cd06cf8016cd9780 diff --git a/trunk/kernel/irq/handle.c b/trunk/kernel/irq/handle.c index fc4e906aedbd..48a53f68af96 100644 --- a/trunk/kernel/irq/handle.c +++ b/trunk/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)