x86: ioapic: Use new setup function in pre_init_apic_IRQ0()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 23 Feb 2011 12:07:54 +0000 (13:07 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 23 Feb 2011 16:26:49 +0000 (17:26 +0100)
Remove the duplicated code and call the function. It does not matter
whether we allocated the cfg before calling setup_local_APIC() and we
can set the irq chip and handler after that as well.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found