diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-09 21:15:13 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-09 21:15:13 +0000 |
commit | 3d5bb236aa6147ce24d9618f2d482e76eefc58c6 (patch) | |
tree | e6769779f4f549224c3c39704a4fa98b12c335a4 /src/include/cpu | |
parent | bf9e5384d7c25be41d008d29c38b24155676acc0 (diff) | |
download | coreboot-3d5bb236aa6147ce24d9618f2d482e76eefc58c6.tar.xz |
Move includes to where they are needed. This allows to simplify
romstage.c files in mainboards.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5539 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/cpu')
-rw-r--r-- | src/include/cpu/amd/model_10xxx_msr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/cpu/amd/model_10xxx_msr.h b/src/include/cpu/amd/model_10xxx_msr.h index a774125cb0..f497eb3a82 100644 --- a/src/include/cpu/amd/model_10xxx_msr.h +++ b/src/include/cpu/amd/model_10xxx_msr.h @@ -20,6 +20,8 @@ #ifndef CPU_AMD_MODEL_10XXX_MSR_H #define CPU_AMD_MODEL_10XXX_MSR_H +#include <cpu/x86/msr.h> + #define HWCR_MSR 0xC0010015 #define NB_CFG_MSR 0xC001001f #define LS_CFG_MSR 0xC0011020 |