summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/mahogany_fam10/get_bus_conf.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/mainboard/amd/mahogany_fam10/get_bus_conf.c
parente9f3258e0b1ed57308d277d3b5a6c67f4819e171 (diff)
downloadcoreboot-9a16e3e5a6f5b0dda15343132c271afc89dbd846.tar.xz
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/mainboard/amd/mahogany_fam10/get_bus_conf.c')
-rw-r--r--src/mainboard/amd/mahogany_fam10/get_bus_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/mahogany_fam10/get_bus_conf.c b/src/mainboard/amd/mahogany_fam10/get_bus_conf.c
index f77b4deab2..672f9e9efb 100644
--- a/src/mainboard/amd/mahogany_fam10/get_bus_conf.c
+++ b/src/mainboard/amd/mahogany_fam10/get_bus_conf.c
@@ -24,7 +24,7 @@
#include <stdint.h>
#include <stdlib.h>
#if CONFIG_LOGICAL_CPUS==1
-#include <cpu/amd/dualcore.h>
+#include <cpu/amd/multicore.h>
#endif
#include <cpu/amd/amdfam10_sysconf.h>