x86: ioapic: Use setup function in __io_apic_set_pci_routing()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 23 Feb 2011 13:10:54 +0000 (14:10 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 23 Feb 2011 16:26:49 +0000 (17:26 +0100)
commite0799c04b2080e0832538a911361f962c93fb744
tree796023d98df4e30be8491bbf5dbcbc09c34bbec6
parentf880ec78fabebc58180778d223600e9be7b48502
x86: ioapic: Use setup function in __io_apic_set_pci_routing()

The only difference here is that we did not call
__add_pin_to_irq_node() for the legacy irqs, but that's not worth 30
lines of extra code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/apic/io_apic.c