diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-29 14:45:36 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-29 14:45:36 +0000 |
commit | 9a16e3e5a6f5b0dda15343132c271afc89dbd846 (patch) | |
tree | fa539041ead5210cbd995101af5f3dcd4a9b346f /src/northbridge/amd/amdk8 | |
parent | e9f3258e0b1ed57308d277d3b5a6c67f4819e171 (diff) | |
download | coreboot-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/northbridge/amd/amdk8')
-rw-r--r-- | src/northbridge/amd/amdk8/northbridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdk8/northbridge.c b/src/northbridge/amd/amdk8/northbridge.c index 4cca32ac8a..5500ce65a7 100644 --- a/src/northbridge/amd/amdk8/northbridge.c +++ b/src/northbridge/amd/amdk8/northbridge.c @@ -19,7 +19,7 @@ #include <cpu/x86/lapic.h> -#include <cpu/amd/dualcore.h> +#include <cpu/amd/multicore.h> #if CONFIG_LOGICAL_CPUS==1 #include <pc80/mc146818rtc.h> #endif |