irq: spurious: Disable IRQ debugging by default

Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Tyler Nijmeh
2019-03-08 14:34:18 -08:00
committed by Pranav Vashi
parent 3090996b1f
commit 17bdcd85aa

View File

@@ -429,7 +429,7 @@ void note_interrupt(struct irq_desc *desc, irqreturn_t action_ret)
desc->irqs_unhandled = 0;
}
bool noirqdebug __read_mostly;
bool noirqdebug __read_mostly = true;
int noirqdebug_setup(char *str)
{