x86/irq: Move apic_post_init() invocation to one place
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Aug 2020 11:16:48 +0000 (13:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Sep 2020 14:52:35 +0000 (16:52 +0200)
commitbb733e4336988e40072c759fb27057b5fe82c7d4
tree16119d9fea8649e12657760153f2ed05374b91ae
parent9006c133a422f474d7d8e10a8baae179f70c22f5
x86/irq: Move apic_post_init() invocation to one place

No point to call it from both 32bit and 64bit implementations of
default_setup_apic_routing(). Move it to the caller.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200826112332.658496557@linutronix.de
arch/x86/kernel/apic/apic.c
arch/x86/kernel/apic/probe_32.c
arch/x86/kernel/apic/probe_64.c