| commit | 026b7c6bf0bf044aa03e2affbda73b6c6a302538 | [log] [tgz] |
|---|---|---|
| author | Nicolas Pitre <nicolas.pitre@linaro.org> | Mon Dec 03 21:13:03 2012 +0100 |
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Dec 07 11:45:28 2012 +0000 |
| tree | b70f6350c489ee8e580809e9c59995b9f1e646cb | |
| parent | ea3aacf5f22c1002cac97985354658072232e280 [diff] |
ARM: 7590/1: /proc/interrupts: limit the display of IPIs to online CPUs only This is what is done for the regular interrupts in kernel/irqs/proc.c already, before calling arch_show_interrupts(). Not doing so for the IPIs causes the column headers not to match with the content whenever some CPUs are offline. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>