]> git.baikalelectronics.ru Git - kernel.git/commit
x86: make io_apic not connected pin print complete
authorYinghai Lu <Yinghai.Lu@Sun.COM>
Wed, 17 Oct 2007 16:04:41 +0000 (18:04 +0200)
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>
Wed, 17 Oct 2007 18:16:57 +0000 (20:16 +0200)
commit5ef3e6e845fe81a5a047b3254add2178a992590c
tree34d3d45c5a7eb0aad434af3120d764b62f8dec6d
parent95e8cec5f24977f1672ed9ba826f4e43c8b06fd3
x86: make io_apic not connected pin print complete

Normally we will have two segment not connected pin pin0, and pin after
15...

So we need to print out "not connected\n" for previous segment, before
printing out connected pins info...

Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/x86/kernel/io_apic_32.c
arch/x86/kernel/io_apic_64.c