diff options
Diffstat (limited to 'kernel/irq/spurious.c')
-rw-r--r-- | kernel/irq/spurious.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c index 543ea2e5ad93..9d8c79b48823 100644 --- a/kernel/irq/spurious.c +++ b/kernel/irq/spurious.c | |||
@@ -176,7 +176,7 @@ void note_interrupt(unsigned int irq, struct irq_desc *desc, | |||
176 | 176 | ||
177 | int noirqdebug __read_mostly; | 177 | int noirqdebug __read_mostly; |
178 | 178 | ||
179 | int __init noirqdebug_setup(char *str) | 179 | int noirqdebug_setup(char *str) |
180 | { | 180 | { |
181 | noirqdebug = 1; | 181 | noirqdebug = 1; |
182 | printk(KERN_INFO "IRQ lockup detection disabled\n"); | 182 | printk(KERN_INFO "IRQ lockup detection disabled\n"); |