aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_fxx/model_fxx_init.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-29 14:45:36 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-29 14:45:36 +0000
commit9a16e3e5a6f5b0dda15343132c271afc89dbd846 (patch)
treefa539041ead5210cbd995101af5f3dcd4a9b346f /src/cpu/amd/model_fxx/model_fxx_init.c
parente9f3258e0b1ed57308d277d3b5a6c67f4819e171 (diff)
dualcore.h and quadcore.h are almost exactly the same.
Only have multicore.h for both of them. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5311 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/model_fxx/model_fxx_init.c')
-rw-r--r--src/cpu/amd/model_fxx/model_fxx_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/model_fxx/model_fxx_init.c b/src/cpu/amd/model_fxx/model_fxx_init.c
index 47eae695e8..165155f2ed 100644
--- a/src/cpu/amd/model_fxx/model_fxx_init.c
+++ b/src/cpu/amd/model_fxx/model_fxx_init.c
@@ -26,7 +26,7 @@
#include <cpu/x86/cache.h>
#include <cpu/x86/mtrr.h>
-#include <cpu/amd/dualcore.h>
+#include <cpu/amd/multicore.h>
#include <cpu/amd/model_fxx_msr.h>