Merge branch 'x86/cpu' into perf/core, to pick up revert
[linux-2.6-microblaze.git] / arch / x86 / kernel / cpu / common.c
index dad20bc..482f748 100644 (file)
@@ -1303,6 +1303,7 @@ static void validate_apic_and_package_id(struct cpuinfo_x86 *c)
                       cpu, apicid, c->initial_apicid);
        }
        BUG_ON(topology_update_package_map(c->phys_proc_id, cpu));
+       BUG_ON(topology_update_die_map(c->cpu_die_id, cpu));
 #else
        c->logical_proc_id = 0;
 #endif