commit | de13197a38cf45c990802661a057f64a05426cbc | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Thu Dec 18 23:43:35 2014 -0200 |
committer | Eduardo Habkost <ehabkost@redhat.com> | Wed Feb 25 15:00:07 2015 -0300 |
tree | 19747d142315b030a25ce2f45327361a7de9a7d3 | |
parent | e1356dd70aef11425883dd4d2885f1d208eb9d57 [diff] |
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> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>