diff options
author | Corey Osgood <corey.osgood@gmail.com> | 2008-12-19 03:36:48 +0000 |
---|---|---|
committer | Corey Osgood <corey.osgood@gmail.com> | 2008-12-19 03:36:48 +0000 |
commit | e562f7258e573e52ab6e81f85f400999c3d9caaa (patch) | |
tree | cb853f5f7039e0e0668c12b6ea1c837eb698a3d7 /src/cpu/intel/model_f2x | |
parent | 716e5670fe5a2edcb66e587ec5a31377b2099ba8 (diff) | |
download | coreboot-e562f7258e573e52ab6e81f85f400999c3d9caaa.tar.xz |
Fix a LOT of implicit function declarations before they become errors.
Signed-off-by: Corey Osgood <corey.osgood@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3822 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/model_f2x')
-rw-r--r-- | src/cpu/intel/model_f2x/model_f2x_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/model_f2x/model_f2x_init.c b/src/cpu/intel/model_f2x/model_f2x_init.c index 607de0bccf..d7b77efb72 100644 --- a/src/cpu/intel/model_f2x/model_f2x_init.c +++ b/src/cpu/intel/model_f2x/model_f2x_init.c @@ -8,6 +8,7 @@ #include <cpu/x86/msr.h> #include <cpu/x86/lapic.h> #include <cpu/intel/microcode.h> +#include <cpu/intel/hyperthreading.h> #include <cpu/x86/cache.h> #include <cpu/x86/mtrr.h> |