irq: spurious: Disable IRQ debugging by default
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com> Signed-off-by: sohamxda7 <sensoham135@gmail.com> Signed-off-by: Oktapra Amtono <oktapra.amtono@gmail.com> Signed-off-by: Anush02198 <Anush.4376@gmail.com> Signed-off-by: Divyanshu-Modi <divyan.m05@gmail.com> Signed-off-by: Tashfin Shakeer Rhythm <tashfinshakeerrhythm@gmail.com> Signed-off-by: NotZeetaa <rodrigo2005contente@gmail.com> Signed-off-by: priiii1808 <priyanshusinghal0818@gmail.com>
This commit is contained in:
parent
ae0839f165
commit
826d5e8824
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue