On 28/8/23 09:36, Bernhard Beschow wrote:
This virtual method was always set to the x86-specific pc_madt_cpu_entry(),
even in piix4 which is also used in MIPS. The previous changes use
pc_madt_cpu_entry() otherwise, so madt_cpu can be dropped.

Since pc_madt_cpu_entry() is now only used in x86-specific code, the stub
in hw/acpi/acpi-x86-stub can be removed as well.

Signed-off-by: Bernhard Beschow <shen...@gmail.com>
---
  include/hw/acpi/acpi_dev_interface.h | 2 --
  hw/acpi/acpi-x86-stub.c              | 6 ------
  hw/acpi/piix4.c                      | 2 --
  hw/i386/generic_event_device_x86.c   | 9 ---------
  hw/isa/lpc_ich9.c                    | 1 -
  5 files changed, 20 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to