[ARM] Quieten spurious IRQ detection
Only issue a "nobody cared" warning after 99900 spurious interrupts. This avoids the occasional spurious interrupt causing warnings, as per x86. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
58e9ff5638
commit
bec1b81936
@@ -74,6 +74,7 @@ struct irqdesc {
|
||||
unsigned int noautoenable : 1; /* don't automatically enable IRQ */
|
||||
unsigned int unused :25;
|
||||
|
||||
unsigned int irqs_unhandled;
|
||||
struct proc_dir_entry *procdir;
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
|
Reference in New Issue
Block a user