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/mainboard/tyan/s2880 | |
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/mainboard/tyan/s2880')
-rw-r--r-- | src/mainboard/tyan/s2880/mptable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s2880/mptable.c b/src/mainboard/tyan/s2880/mptable.c index 0921fdccfe..b8e17ecf02 100644 --- a/src/mainboard/tyan/s2880/mptable.c +++ b/src/mainboard/tyan/s2880/mptable.c @@ -4,7 +4,7 @@ #include <string.h> #include <stdint.h> #if CONFIG_LOGICAL_CPUS==1 -#include <cpu/amd/dualcore.h> +#include <cpu/amd/multicore.h> #endif |