Merge branch 'x86/topology' into perf/core, to prepare for new patches
[linux-2.6-microblaze.git] / arch / x86 / kernel / cpu / common.c
index 2c57fff..9375b3a 100644 (file)
@@ -1299,6 +1299,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