]> git.ipfire.org Git - people/arne_f/kernel.git/commit
x86: also show non-zero IRQ counts for vectors that currently don't have a handler
authorJan Beulich <jbeulich@novell.com>
Wed, 17 Oct 2007 16:04:40 +0000 (18:04 +0200)
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>
Wed, 17 Oct 2007 18:16:54 +0000 (20:16 +0200)
commit072f5d82b58cba760191393a6a99fd1123c76e67
tree8b0bd815aed4a466d7747ddacc4105e13316f4f4
parent38e760a1335ffaca5a08624a9aed6fe2055c2c98
x86: also show non-zero IRQ counts for vectors that currently don't have a handler

It doesn't seem to make sense to hide these, even if their counts
can't change at the point in time they're being displayed.

[ tglx: arch/x86 adaptation ]

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/irq_32.c
arch/x86/kernel/irq_64.c