aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cpu/x86/mp_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/x86/mp_init.c b/src/cpu/x86/mp_init.c
index 4e92b75954..28d6092d0d 100644
--- a/src/cpu/x86/mp_init.c
+++ b/src/cpu/x86/mp_init.c
@@ -554,6 +554,7 @@ static enum cb_err init_bsp(struct bus *cpu_bus)
return CB_ERR;
}
bsp->path.apic.initial_lapicid = initial_lapicid();
+ set_cpu_topology_from_leaf_b(bsp);
/* Find the device structure for the boot CPU. */
set_cpu_info(0, bsp);