]> git.baikalelectronics.ru Git - kernel.git/commit
genirq: Allow interrupts to be excluded from /proc/interrupts
authorMarc Zyngier <maz@kernel.org>
Tue, 19 May 2020 13:58:13 +0000 (14:58 +0100)
committerMarc Zyngier <maz@kernel.org>
Sun, 13 Sep 2020 16:04:38 +0000 (17:04 +0100)
commit48d07e2bed6b1c8cb653f4a0f6552fc9fa0cf5fe
treede7e3d7ac19402c2457b5f090c79752290bc51ff
parentcfbcef15a288ef2ea87f26c9e1889274db719cbc
genirq: Allow interrupts to be excluded from /proc/interrupts

A number of architectures implement IPI statistics directly,
duplicating the core kstat_irqs accounting. As we move IPIs to
being actual IRQs, we would end-up with a confusing display
in /proc/interrupts (where the IPIs would appear twice).

In order to solve this, allow interrupts to be flagged as
"hidden", which excludes them from /proc/interrupts.

Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
include/linux/irq.h
kernel/irq/debugfs.c
kernel/irq/proc.c
kernel/irq/settings.h