]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/proto.h
[PATCH] vesafb: Add blanking support
[linux-2.6] / include / asm-x86_64 / proto.h
index f2f073642d6295fdeaa97ce94f7c9fee4510f797..6c813eb521f339f363a71e21caca53ba204bfcf8 100644 (file)
@@ -15,6 +15,13 @@ extern void pda_init(int);
 extern void early_idt_handler(void);
 
 extern void mcheck_init(struct cpuinfo_x86 *c);
+#ifdef CONFIG_MTRR
+extern void mtrr_ap_init(void);
+extern void mtrr_bp_init(void);
+#else
+#define mtrr_ap_init() do {} while (0)
+#define mtrr_bp_init() do {} while (0)
+#endif
 extern void init_memory_mapping(unsigned long start, unsigned long end);
 
 extern void system_call(void);