From 21332b80d09adac3e6bb54c92e2a5e19db86a784 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Fri, 6 Apr 2007 19:49:05 +0000 Subject: This is part of the outstanding mcp55 commit from January 18th. It will likely break the build, since it is only a small part, but it needs to go in at some point and doing it directory by directory makes things easier. Signed-off-by: Yinghai Lu Signed-off-by: Ed Swierk Signed-off-by: Stefan Reinauer Acked-by: Ward Vandewege Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2588 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/amd/model_fxx/init_cpus.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu/amd/model_fxx/init_cpus.c') diff --git a/src/cpu/amd/model_fxx/init_cpus.c b/src/cpu/amd/model_fxx/init_cpus.c index d41001350c..e341b97b64 100644 --- a/src/cpu/amd/model_fxx/init_cpus.c +++ b/src/cpu/amd/model_fxx/init_cpus.c @@ -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 -- cgit v1.2.3