diff options
Diffstat (limited to 'include/asm-x86_64/proto.h')
-rw-r--r-- | include/asm-x86_64/proto.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index 98063bcb3b33..85255db1e82d 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h | |||
@@ -14,13 +14,6 @@ extern void pda_init(int); | |||
14 | extern void early_idt_handler(void); | 14 | extern void early_idt_handler(void); |
15 | 15 | ||
16 | extern void mcheck_init(struct cpuinfo_x86 *c); | 16 | extern void mcheck_init(struct cpuinfo_x86 *c); |
17 | #ifdef CONFIG_MTRR | ||
18 | extern void mtrr_ap_init(void); | ||
19 | extern void mtrr_bp_init(void); | ||
20 | #else | ||
21 | #define mtrr_ap_init() do {} while (0) | ||
22 | #define mtrr_bp_init() do {} while (0) | ||
23 | #endif | ||
24 | extern void init_memory_mapping(unsigned long start, unsigned long end); | 17 | extern void init_memory_mapping(unsigned long start, unsigned long end); |
25 | 18 | ||
26 | extern void system_call(void); | 19 | extern void system_call(void); |