]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: io-apic - code style cleaning for setup_IO_APIC_irqs
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 6 Sep 2008 10:15:33 +0000 (14:15 +0400)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 14:53:08 +0000 (16:53 +0200)
commit3c2cbd2490656fb4b6ede586c557a2b09811a432
tree721c61d592223701c885cd4d6d66d1715efe7f3b
parent26afe5f2fbf06ea0765aaa316640c4dd472310c0
x86: io-apic - code style cleaning for setup_IO_APIC_irqs

By changing printout form we are able to shrink (and clean up) code a bit.

Former printout example:

init IO_APIC IRQs
 IO-APIC (apicid-pin) 1-1, 1-2, 1-3 not connected.
 IO-APIC (apicid-pin) 2-1, 2-2, 2-3 not connected.

New printout example:

init IO_APIC IRQs
 1-1 1-2 1-3 (apicid-pin) not connected
 2-1 2-2 2-3 (apicid-pin) not connected

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/io_apic.c