From: Waiman Long Date: Tue, 12 Feb 2019 14:54:13 +0000 (-0500) Subject: genirq: Add missing documentation for tot_count X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=030fc443aef663df71cd834331fd8f1ec10c30c0;p=linux.git genirq: Add missing documentation for tot_count Commit: 1136b0728969 ("genirq: Avoid summation loops for /proc/stat") adds a new irq_desc::tot_count field, without documenting it. Add the missing piece of documentation. Signed-off-by: Waiman Long Cc: Alexey Dobriyan Cc: Andrew Morton Cc: Daniel Colascione Cc: Dave Chinner Cc: Davidlohr Bueso Cc: Kees Cook Cc: Linus Torvalds Cc: Marc Zyngier Cc: Matthew Wilcox Cc: Miklos Szeredi Cc: Peter Zijlstra Cc: Randy Dunlap Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/1549983253-19107-1-git-send-email-longman@redhat.com Signed-off-by: Ingo Molnar --- diff --git a/include/linux/irqdesc.h b/include/linux/irqdesc.h index 875c41b23f203..1d679feff3f63 100644 --- a/include/linux/irqdesc.h +++ b/include/linux/irqdesc.h @@ -28,6 +28,7 @@ struct pt_regs; * @core_internal_state__do_not_mess_with_it: core internal status information * @depth: disable-depth, for nested irq_disable() calls * @wake_depth: enable depth, for multiple irq_set_irq_wake() callers + * @tot_count: stats field for non-percpu irqs * @irq_count: stats field to detect stalled irqs * @last_unhandled: aging timer for unhandled count * @irqs_unhandled: stats field for spurious unhandled interrupts