diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2014-12-18 23:43:35 -0200 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2015-03-09 16:30:03 -0300 |
commit | 54a402930ac6d1a9d6d402229ae8ba8bef7e598e (patch) | |
tree | 72208efe9c89159f24014857560ab66cd189a102 /target-i386/cpu.h | |
parent | 7e72a45c99fccfe5586d7c4e2f7441f28e24e450 (diff) | |
download | qemu-54a402930ac6d1a9d6d402229ae8ba8bef7e598e.tar.gz qemu-54a402930ac6d1a9d6d402229ae8ba8bef7e598e.tar.bz2 qemu-54a402930ac6d1a9d6d402229ae8ba8bef7e598e.zip |
target-i386: Move APIC ID compatibility code to pc.c
The APIC ID compatibility code is required only for PC, and now that
x86_cpu_initfn() doesn't use x86_cpu_apic_id_from_index() anymore, that
code can be moved to pc.c.
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 38bedc2c79..0638d24a88 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -1328,7 +1328,6 @@ void x86_cpu_compat_kvm_no_autodisable(FeatureWord w, uint32_t features); /* Return name of 32-bit register, from a R_* constant */ const char *get_register_name_32(unsigned int reg); -uint32_t x86_cpu_apic_id_from_index(unsigned int cpu_index); void enable_compat_apic_id_mode(void); #define APIC_DEFAULT_ADDRESS 0xfee00000 |