diff options
| author | Eduardo Habkost | 2015-03-04 02:54:03 +0100 |
|---|---|---|
| committer | Eduardo Habkost | 2015-03-09 20:30:02 +0100 |
| commit | 0f4b210e504d7db42b96882e94481f444e420fe3 (patch) | |
| tree | 8b65f90baf7226183a29b7272f351836fa9ae0b9 /include/exec | |
| parent | target-i386: Eliminate unnecessary get_cpuid_vendor() function (diff) | |
| download | qemu-0f4b210e504d7db42b96882e94481f444e420fe3.tar.gz qemu-0f4b210e504d7db42b96882e94481f444e420fe3.tar.xz qemu-0f4b210e504d7db42b96882e94481f444e420fe3.zip | |
target-i386: Remove unused APIC ID default code
The existing apic_id = cpu_index code has no visible effect: the PC code
already initializes the APIC ID according to the topology on
pc_new_cpu(), and linux-user memcpy()s the CPU state (including
cpuid_apic_id) on cpu_copy().
Remove the dead code and simply let APIC ID to to be 0 by default. This
doesn't change behavior of PC because apic-id is already explicitly set,
and doesn't affect linux-user because APIC ID was already always 0.
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 'include/exec')
0 files changed, 0 insertions, 0 deletions
