qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/4] target/i386: remove useless enable_compat_apic_id_mode()


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 2/4] target/i386: remove useless enable_compat_apic_id_mode() prototype
Date: Tue, 8 Oct 2019 15:35:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0

On 10/8/19 12:52 PM, Laszlo Ersek wrote:
The enable_compat_apic_id_mode() function definition was removed earlier;

"in 457cfcccdd1"

there are no callers left. Remove the function declaration too.

Cc: Eduardo Habkost <address@hidden>
Cc: Igor Mammedov <address@hidden>
Cc: Paolo Bonzini <address@hidden>
Cc: Richard Henderson <address@hidden>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1515
Signed-off-by: Laszlo Ersek <address@hidden>
---
  target/i386/cpu.h | 2 --
  1 file changed, 2 deletions(-)

diff --git a/target/i386/cpu.h b/target/i386/cpu.h
index eaa5395aa539..c9ab1a367939 100644
--- a/target/i386/cpu.h
+++ b/target/i386/cpu.h
@@ -2126,8 +2126,6 @@ void x86_cpu_set_default_version(X86CPUVersion version);
  /* Return name of 32-bit register, from a R_* constant */
  const char *get_register_name_32(unsigned int reg);
-void enable_compat_apic_id_mode(void);
-
  #define APIC_DEFAULT_ADDRESS 0xfee00000
  #define APIC_SPACE_SIZE      0x100000

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]