Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white...
[coreboot.git] / src / cpu / amd / model_10xxx / init_cpus.c
index e701b4e8dbdcbafad8fd6b7c3cb77dac7ee76097..3b0f574c689d415e0efc98a221e47eb309ee1334 100644 (file)
@@ -131,7 +131,7 @@ static void for_each_ap(u32 bsp_apicid, u32 core_range,
        disable_siblings = !CONFIG_LOGICAL_CPUS;
 
 #if CONFIG_LOGICAL_CPUS == 1
-       if(read_option(CMOS_VSTART_quad_core, CMOS_VLEN_quad_core, 0) != 0) { // 0 mean quad core
+       if(read_option(CMOS_VSTART_multi_core, CMOS_VLEN_multi_core, 0) != 0) { // 0 mean multi core
                disable_siblings = 1;
        }
 #endif