diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2008-09-06 14:15:33 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 16:53:08 +0200 |
commit | 3c2cbd2490656fb4b6ede586c557a2b09811a432 (patch) | |
tree | 721c61d592223701c885cd4d6d66d1715efe7f3b /init | |
parent | 26afe5f2fbf06ea0765aaa316640c4dd472310c0 (diff) |
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>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions