diff options
| -rw-r--r-- | kernel/irq/handle.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index fc4e906aedbd..48a53f68af96 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c | |||
| @@ -20,6 +20,11 @@ | |||
| 20 | 20 | ||
| 21 | /** | 21 | /** |
| 22 | * handle_bad_irq - handle spurious and unhandled irqs | 22 | * handle_bad_irq - handle spurious and unhandled irqs |
| 23 | * @irq: the interrupt number | ||
| 24 | * @desc: description of the interrupt | ||
| 25 | * @regs: pointer to a register structure | ||
| 26 | * | ||
| 27 | * Handles spurious and unhandled IRQ's. It also prints a debugmessage. | ||
| 23 | */ | 28 | */ |
| 24 | void fastcall | 29 | void fastcall |
| 25 | handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs) | 30 | handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs) |
