• S
    x86: use x2apic id reported by cpuid during topology discovery · e17941b0
    Suresh Siddha 提交于
    use x2apic id reported by cpuid during topology discovery, instead of the
    apic id configured in the APIC. For most of the systems, x2apic id
    reported by cpuid leaf 0xb will be same as the physical apic id reported
    by the APIC_ID register of the APIC. We follow the suggested guidelines
    and use the apic id reported by the cpuid.
    
    No change to non-generic UV platforms, will use the apic id reported in the
    APIC_ID register as the cpuid reported apic id's may not be unique.
    Signed-off-by: NSuresh Siddha <suresh.b.siddha@intel.com>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    e17941b0
genx2apic_cluster.c 3.4 KB