diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-03-22 10:22:58 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-22 10:22:58 +0000 |
commit | bec1b8193651ea4394cc4d6e18152cb83e735f93 (patch) | |
tree | 7df3c9603a745b9f390a9132837c6909c4b96db3 /include/asm-arm/mach/irq.h | |
parent | 58e9ff56382bdce340d50b6ff22c422dc617106c (diff) | |
download | talos-op-linux-bec1b8193651ea4394cc4d6e18152cb83e735f93.tar.gz talos-op-linux-bec1b8193651ea4394cc4d6e18152cb83e735f93.zip |
[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>
Diffstat (limited to 'include/asm-arm/mach/irq.h')
-rw-r--r-- | include/asm-arm/mach/irq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/mach/irq.h b/include/asm-arm/mach/irq.h index 76d05244c632..d4d420ecf3a8 100644 --- a/include/asm-arm/mach/irq.h +++ b/include/asm-arm/mach/irq.h @@ -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 |