x86/APIC: drop clustered_apic_check() hook
authorJan Beulich <jbeulich@suse.com>
Fri, 5 Nov 2021 12:34:12 +0000 (13:34 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 29 Nov 2021 13:53:05 +0000 (13:53 +0000)
commit56829b6ff98515ffdc478edc74cd5bcd437301aa
tree20bebe562997755ee6cafac3f9b1a53d95832d6f
parent5d9974916bca25ce2d00b888f54b89e9eabdcc92
x86/APIC: drop clustered_apic_check() hook

The hook functions have been empty forever (x2APIC) or issuing merely a
printk() for a long time (xAPIC). Since that printk() is (a) generally
useful (i.e. also in the x2APIC case) and (b) would better only be
issued once the final APIC driver to use was determined, move (and
generalize) it into connect_bsp_APIC().

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/acpi/boot.c
xen/arch/x86/apic.c
xen/arch/x86/genapic/delivery.c
xen/arch/x86/genapic/x2apic.c
xen/arch/x86/mpparse.c
xen/include/asm-x86/genapic.h
xen/include/asm-x86/mach-generic/mach_apic.h