x86/ACPI: drop dead interpreter-related code
authorJan Beulich <jbeulich@suse.com>
Fri, 5 Nov 2021 12:35:46 +0000 (13:35 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 29 Nov 2021 13:53:05 +0000 (13:53 +0000)
commit6de7e460c376ce583b6b0eb4f5bb73b004d1388b
tree4894df05bde69fe5b0abd45c6713ab5592cb3248
parentb8a13f487a0f3168e9caeaff20bb978772cee0e7
x86/ACPI: drop dead interpreter-related code

CONFIG_ACPI_INTERPRETER does not get defined anywhere, the enclosed code
wouldn't build, and the default-to-phys logic works differently anyway
(see genapic/bigsmp.c:probe_bigsmp()).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/acpi/boot.c