aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2006-06-23 05:04:18 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-23 10:42:56 -0400
commit27b07da7332f03a935cd13b6a6beb780bf19e7a4 (patch)
treea00fe04fbf8bb90fc3facb8b6b499f0f9dca3d77 /arch/i386/kernel
parent87af2ffd4ccd0e6a2ff316fd008a9bedb4a4cb66 (diff)
[PATCH] Don't trigger full rebuild via CONFIG_MTRR
Only drm, framebuffer, mtrr parts + misc files here and there. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/kernel')
-rw-r--r--arch/i386/kernel/cpu/common.c1
1 files changed, 1 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>