x86/APIC: drop {acpi_madt,mps}_oem_check() hooks
authorJan Beulich <jbeulich@suse.com>
Fri, 5 Nov 2021 12:34:37 +0000 (13:34 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 29 Nov 2021 13:53:05 +0000 (13:53 +0000)
commit501f70b16a09983b6f8a1fb65757f26ec239a017
tree0d48c7a2321d33304926a284a6dc06628a69c23a
parent56829b6ff98515ffdc478edc74cd5bcd437301aa
x86/APIC: drop {acpi_madt,mps}_oem_check() hooks

The hook functions have been empty for a very long time, if not
(according to git history) forever. Ditch them alongside the then empty
mach_mpparse.h instances and the then unused APICFUNC() macro.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/acpi/boot.c
xen/arch/x86/genapic/bigsmp.c
xen/arch/x86/genapic/default.c
xen/arch/x86/genapic/probe.c
xen/arch/x86/genapic/x2apic.c
xen/arch/x86/mpparse.c
xen/arch/x86/x86_64/acpi_mmcfg.c
xen/include/asm-x86/genapic.h
xen/include/asm-x86/mach-default/mach_mpparse.h [deleted file]
xen/include/asm-x86/mach-generic/mach_mpparse.h [deleted file]