cpu/x86/msr.h: Drop excessive includes
Change-Id: Ic22beaa47476d8c600e4081fc5ad7bc171e0f903 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17735 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
22cc9d28d6
commit
4607cacf30
99 changed files with 3 additions and 98 deletions
|
|
@ -37,6 +37,9 @@
|
|||
#define TOP_MEM_MASK_KB (TOP_MEM_MASK >> 10)
|
||||
|
||||
#if !defined(__PRE_RAM__) && !defined(__ASSEMBLER__)
|
||||
|
||||
#include <cpu/x86/msr.h>
|
||||
|
||||
void amd_setup_mtrrs(void);
|
||||
|
||||
static inline __attribute__((always_inline)) msr_t rdmsr_amd(unsigned index)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue