diff options
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 7fa7f30fccb6..98564dc64476 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -148,8 +148,8 @@ struct irq_2_iommu; | |||
148 | * @depth: disable-depth, for nested irq_disable() calls | 148 | * @depth: disable-depth, for nested irq_disable() calls |
149 | * @wake_depth: enable depth, for multiple set_irq_wake() callers | 149 | * @wake_depth: enable depth, for multiple set_irq_wake() callers |
150 | * @irq_count: stats field to detect stalled irqs | 150 | * @irq_count: stats field to detect stalled irqs |
151 | * @irqs_unhandled: stats field for spurious unhandled interrupts | ||
152 | * @last_unhandled: aging timer for unhandled count | 151 | * @last_unhandled: aging timer for unhandled count |
152 | * @irqs_unhandled: stats field for spurious unhandled interrupts | ||
153 | * @lock: locking for SMP | 153 | * @lock: locking for SMP |
154 | * @affinity: IRQ affinity on SMP | 154 | * @affinity: IRQ affinity on SMP |
155 | * @cpu: cpu index useful for balancing | 155 | * @cpu: cpu index useful for balancing |
@@ -177,8 +177,8 @@ struct irq_desc { | |||
177 | unsigned int depth; /* nested irq disables */ | 177 | unsigned int depth; /* nested irq disables */ |
178 | unsigned int wake_depth; /* nested wake enables */ | 178 | unsigned int wake_depth; /* nested wake enables */ |
179 | unsigned int irq_count; /* For detecting broken IRQs */ | 179 | unsigned int irq_count; /* For detecting broken IRQs */ |
180 | unsigned int irqs_unhandled; | ||
181 | unsigned long last_unhandled; /* Aging timer for unhandled count */ | 180 | unsigned long last_unhandled; /* Aging timer for unhandled count */ |
181 | unsigned int irqs_unhandled; | ||
182 | spinlock_t lock; | 182 | spinlock_t lock; |
183 | #ifdef CONFIG_SMP | 183 | #ifdef CONFIG_SMP |
184 | cpumask_t affinity; | 184 | cpumask_t affinity; |