This is part of the outstanding mcp55 commit from January 18th. It will
[coreboot.git] / src / cpu / amd / model_fxx / init_cpus.c
index d41001350c15010f48d4852b1ac19ad7d176d84f..e341b97b64ad85a6e92d3068d51a6a070f7993eb 100644 (file)
@@ -356,7 +356,6 @@ static unsigned init_cpus(unsigned cpu_init_detectedx)
                return bsp_apicid;
 }
 
-#if CONFIG_LOGICAL_CPUS == 1
 
 static unsigned is_core0_started(unsigned nodeid)
 {
@@ -383,4 +382,3 @@ static void wait_all_core0_started(void)
 
 }
 
-#endif