From: Cyrill Gorcunov Date: Sat, 6 Sep 2008 10:15:33 +0000 (+0400) Subject: x86: io-apic - code style cleaning for setup_IO_APIC_irqs X-Git-Tag: v2.6.28-rc1~80^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c2cbd2490656fb4b6ede586c557a2b09811a432;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed