diff options
author | Yinghai Lu <yinghai.lu at amd.com> | 2007-04-06 19:49:05 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-04-06 19:49:05 +0000 |
commit | 21332b80d09adac3e6bb54c92e2a5e19db86a784 (patch) | |
tree | 8b8e92b5acb774cfde96464d4048f7ff86a9e4c4 /src/cpu/amd/model_fxx | |
parent | 778a42b129aef01be41633051b494e4462588e6b (diff) |
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 <yinghai.lu at amd.com>
Signed-off-by: Ed Swierk <eswierk at arastra.com>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ward Vandewege <ward at gnu.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2588 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/model_fxx')
-rw-r--r-- | src/cpu/amd/model_fxx/init_cpus.c | 2 | ||||
-rw-r--r-- | src/cpu/amd/model_fxx/processor_name.c | 2 |
2 files changed, 0 insertions, 4 deletions
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 diff --git a/src/cpu/amd/model_fxx/processor_name.c b/src/cpu/amd/model_fxx/processor_name.c index c18db57d43..6bbc353b8c 100644 --- a/src/cpu/amd/model_fxx/processor_name.c +++ b/src/cpu/amd/model_fxx/processor_name.c @@ -20,8 +20,6 @@ #include <string.h> #include <cpu/x86/msr.h> -typedef unsigned int u32; - /* The maximum length of CPU names is 48 bytes, including the final NULL byte. * If you change these names your BIOS will _NOT_ pass the AMD validation and * your mainboard will not be posted on the AMD Recommended Motherboard Website |