diff options
Diffstat (limited to 'include/asm-x86/mtrr.h')
-rw-r--r-- | include/asm-x86/mtrr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/mtrr.h b/include/asm-x86/mtrr.h index ee172296e056..d3d26625aeaf 100644 --- a/include/asm-x86/mtrr.h +++ b/include/asm-x86/mtrr.h | |||
@@ -99,6 +99,7 @@ extern void mtrr_centaur_report_mcr(int mcr, u32 lo, u32 hi); | |||
99 | extern void mtrr_ap_init(void); | 99 | extern void mtrr_ap_init(void); |
100 | extern void mtrr_bp_init(void); | 100 | extern void mtrr_bp_init(void); |
101 | extern int mtrr_trim_uncached_memory(unsigned long end_pfn); | 101 | extern int mtrr_trim_uncached_memory(unsigned long end_pfn); |
102 | extern int amd_special_default_mtrr(void); | ||
102 | # else | 103 | # else |
103 | static inline u8 mtrr_type_lookup(u64 addr, u64 end) | 104 | static inline u8 mtrr_type_lookup(u64 addr, u64 end) |
104 | { | 105 | { |