aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/mtrr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/mtrr.h')
-rw-r--r--include/asm-i386/mtrr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-i386/mtrr.h b/include/asm-i386/mtrr.h
index 07f063ae26ea..02a41b99bd7e 100644
--- a/include/asm-i386/mtrr.h
+++ b/include/asm-i386/mtrr.h
@@ -69,6 +69,7 @@ struct mtrr_gentry
69 69
70/* The following functions are for use by other drivers */ 70/* The following functions are for use by other drivers */
71# ifdef CONFIG_MTRR 71# ifdef CONFIG_MTRR
72extern void mtrr_save_fixed_ranges(void *);
72extern int mtrr_add (unsigned long base, unsigned long size, 73extern int mtrr_add (unsigned long base, unsigned long size,
73 unsigned int type, char increment); 74 unsigned int type, char increment);
74extern int mtrr_add_page (unsigned long base, unsigned long size, 75extern int mtrr_add_page (unsigned long base, unsigned long size,
@@ -79,6 +80,7 @@ extern void mtrr_centaur_report_mcr(int mcr, u32 lo, u32 hi);
79extern void mtrr_ap_init(void); 80extern void mtrr_ap_init(void);
80extern void mtrr_bp_init(void); 81extern void mtrr_bp_init(void);
81# else 82# else
83#define mtrr_save_fixed_ranges(arg) do {} while (0)
82static __inline__ int mtrr_add (unsigned long base, unsigned long size, 84static __inline__ int mtrr_add (unsigned long base, unsigned long size,
83 unsigned int type, char increment) 85 unsigned int type, char increment)
84{ 86{