aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/mtrr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/mtrr.h')
-rw-r--r--include/asm-x86/mtrr.h1
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);
99extern void mtrr_ap_init(void); 99extern void mtrr_ap_init(void);
100extern void mtrr_bp_init(void); 100extern void mtrr_bp_init(void);
101extern int mtrr_trim_uncached_memory(unsigned long end_pfn); 101extern int mtrr_trim_uncached_memory(unsigned long end_pfn);
102extern int amd_special_default_mtrr(void);
102# else 103# else
103static inline u8 mtrr_type_lookup(u64 addr, u64 end) 104static inline u8 mtrr_type_lookup(u64 addr, u64 end)
104{ 105{