i386: move kernel/cpu/mtrr
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:28 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:28 +0000 (11:16 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/kernel/cpu/Makefile
arch/x86/kernel/cpu/mtrr/Makefile [moved from arch/i386/kernel/cpu/mtrr/Makefile with 100% similarity]
arch/x86/kernel/cpu/mtrr/amd.c [moved from arch/i386/kernel/cpu/mtrr/amd.c with 100% similarity]
arch/x86/kernel/cpu/mtrr/centaur.c [moved from arch/i386/kernel/cpu/mtrr/centaur.c with 100% similarity]
arch/x86/kernel/cpu/mtrr/cyrix.c [moved from arch/i386/kernel/cpu/mtrr/cyrix.c with 100% similarity]
arch/x86/kernel/cpu/mtrr/generic.c [moved from arch/i386/kernel/cpu/mtrr/generic.c with 100% similarity]
arch/x86/kernel/cpu/mtrr/if.c [moved from arch/i386/kernel/cpu/mtrr/if.c with 100% similarity]
arch/x86/kernel/cpu/mtrr/main.c [moved from arch/i386/kernel/cpu/mtrr/main.c with 100% similarity]
arch/x86/kernel/cpu/mtrr/mtrr.h [moved from arch/i386/kernel/cpu/mtrr/mtrr.h with 100% similarity]
arch/x86/kernel/cpu/mtrr/state.c [moved from arch/i386/kernel/cpu/mtrr/state.c with 100% similarity]
arch/x86_64/kernel/Makefile_64

index 8d9ce02..6687f6d 100644 (file)
@@ -14,7 +14,7 @@ obj-y +=      umc.o
 
 obj-$(CONFIG_X86_MCE)  +=      ../../../x86/kernel/cpu/mcheck/
 
-obj-$(CONFIG_MTRR)     +=      mtrr/
+obj-$(CONFIG_MTRR)     +=      ../../../x86/kernel/cpu/mtrr/
 obj-$(CONFIG_CPU_FREQ) +=      ../../../x86/kernel/cpu/cpufreq/
 
 obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o
index a6d8216..e748050 100644 (file)
@@ -15,7 +15,7 @@ obj-$(CONFIG_STACKTRACE)      += stacktrace.o
 obj-$(CONFIG_X86_MCE)          += mce_64.o therm_throt.o
 obj-$(CONFIG_X86_MCE_INTEL)    += mce_intel_64.o
 obj-$(CONFIG_X86_MCE_AMD)      += mce_amd_64.o
-obj-$(CONFIG_MTRR)             += ../../i386/kernel/cpu/mtrr/
+obj-$(CONFIG_MTRR)             += ../../x86/kernel/cpu/mtrr/
 obj-$(CONFIG_ACPI)             += acpi/
 obj-$(CONFIG_X86_MSR)          += msr.o
 obj-$(CONFIG_MICROCODE)                += microcode.o