diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-17 04:40:15 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-17 04:40:15 +0000 |
commit | 50776fab1c9062ddfa353ee6c138f69d901c11b7 (patch) | |
tree | ece1cfdf3cf999616f895dd4aa4ad4f0713c38c7 /src/cpu | |
parent | dfd29aa41347083fbc7a26ca7d639f7f60fe1eea (diff) | |
download | coreboot-50776fab1c9062ddfa353ee6c138f69d901c11b7.tar.xz |
trivial warning fixes, mostly for ACPI code
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5251 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/amd/model_fxx/model_fxx_init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/amd/model_fxx/model_fxx_init.c b/src/cpu/amd/model_fxx/model_fxx_init.c index b4a981bcb3..b190921d77 100644 --- a/src/cpu/amd/model_fxx/model_fxx_init.c +++ b/src/cpu/amd/model_fxx/model_fxx_init.c @@ -21,6 +21,7 @@ #include "../../../northbridge/amd/amdk8/amdk8.h" #include <cpu/amd/model_fxx_rev.h> +#include <cpu/amd/microcode.h> #include <cpu/cpu.h> #include <cpu/x86/cache.h> #include <cpu/x86/mtrr.h> @@ -462,8 +463,6 @@ static inline void k8_errata(void) } -extern void model_fxx_update_microcode(unsigned cpu_deviceid); - #if CONFIG_USBDEBUG_DIRECT static unsigned ehci_debug_addr; #endif |