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:
committed by
Pranav Vashi
parent
3090996b1f
commit
17bdcd85aa
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user