diff options
-rw-r--r-- | include/linux/irqdesc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irqdesc.h b/include/linux/irqdesc.h index 875c41b23f20..1d679feff3f6 100644 --- a/include/linux/irqdesc.h +++ b/include/linux/irqdesc.h | |||
@@ -28,6 +28,7 @@ struct pt_regs; | |||
28 | * @core_internal_state__do_not_mess_with_it: core internal status information | 28 | * @core_internal_state__do_not_mess_with_it: core internal status information |
29 | * @depth: disable-depth, for nested irq_disable() calls | 29 | * @depth: disable-depth, for nested irq_disable() calls |
30 | * @wake_depth: enable depth, for multiple irq_set_irq_wake() callers | 30 | * @wake_depth: enable depth, for multiple irq_set_irq_wake() callers |
31 | * @tot_count: stats field for non-percpu irqs | ||
31 | * @irq_count: stats field to detect stalled irqs | 32 | * @irq_count: stats field to detect stalled irqs |
32 | * @last_unhandled: aging timer for unhandled count | 33 | * @last_unhandled: aging timer for unhandled count |
33 | * @irqs_unhandled: stats field for spurious unhandled interrupts | 34 | * @irqs_unhandled: stats field for spurious unhandled interrupts |