diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/cpu/common.c | 1 | ||||
-rw-r--r-- | arch/i386/power/cpu.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/kernel/cpu/common.c b/arch/i386/kernel/cpu/common.c index a06a49075f10..f2a2b0ac9a18 100644 --- a/arch/i386/kernel/cpu/common.c +++ b/arch/i386/kernel/cpu/common.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #include <asm/msr.h> | 11 | #include <asm/msr.h> |
12 | #include <asm/io.h> | 12 | #include <asm/io.h> |
13 | #include <asm/mmu_context.h> | 13 | #include <asm/mmu_context.h> |
14 | #include <asm/mtrr.h> | ||
14 | #ifdef CONFIG_X86_LOCAL_APIC | 15 | #ifdef CONFIG_X86_LOCAL_APIC |
15 | #include <asm/mpspec.h> | 16 | #include <asm/mpspec.h> |
16 | #include <asm/apic.h> | 17 | #include <asm/apic.h> |
diff --git a/arch/i386/power/cpu.c b/arch/i386/power/cpu.c index 79b2370c7fac..63d25ca6306f 100644 --- a/arch/i386/power/cpu.c +++ b/arch/i386/power/cpu.c | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/config.h> | 10 | #include <linux/config.h> |
11 | #include <linux/module.h> | 11 | #include <linux/module.h> |
12 | #include <linux/suspend.h> | 12 | #include <linux/suspend.h> |
13 | #include <asm/mtrr.h> | ||
13 | 14 | ||
14 | static struct saved_context saved_context; | 15 | static struct saved_context saved_context; |
15 | 16 | ||