]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
i386: move kernel/cpu/mcheck
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:25 +0000 (11:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:16:25 +0000 (11:16 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
12 files changed:
arch/i386/kernel/cpu/Makefile
arch/x86/kernel/cpu/mcheck/Makefile [moved from arch/i386/kernel/cpu/mcheck/Makefile with 100% similarity]
arch/x86/kernel/cpu/mcheck/k7.c [moved from arch/i386/kernel/cpu/mcheck/k7.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/mce.c [moved from arch/i386/kernel/cpu/mcheck/mce.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/mce.h [moved from arch/i386/kernel/cpu/mcheck/mce.h with 100% similarity]
arch/x86/kernel/cpu/mcheck/non-fatal.c [moved from arch/i386/kernel/cpu/mcheck/non-fatal.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/p4.c [moved from arch/i386/kernel/cpu/mcheck/p4.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/p5.c [moved from arch/i386/kernel/cpu/mcheck/p5.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/p6.c [moved from arch/i386/kernel/cpu/mcheck/p6.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/therm_throt.c [moved from arch/i386/kernel/cpu/mcheck/therm_throt.c with 100% similarity]
arch/x86/kernel/cpu/mcheck/winchip.c [moved from arch/i386/kernel/cpu/mcheck/winchip.c with 100% similarity]
arch/x86_64/kernel/Makefile_64

index 778396c78d65c5f4d4c779314223fe2874e6b429..09effc02e35ada69998389730878fed7c053eb13 100644 (file)
@@ -12,7 +12,7 @@ obj-y +=      intel.o intel_cacheinfo.o addon_cpuid_features.o
 obj-y  +=      nexgen.o
 obj-y  +=      umc.o
 
-obj-$(CONFIG_X86_MCE)  +=      mcheck/
+obj-$(CONFIG_X86_MCE)  +=      ../../../x86/kernel/cpu/mcheck/
 
 obj-$(CONFIG_MTRR)     +=      mtrr/
 obj-$(CONFIG_CPU_FREQ) +=      cpufreq/
index 8253617af12e8aee454d2992e849d120d5f06aa4..1c9de796fa145e0396768fe8cad2a8a938cdc1e0 100644 (file)
@@ -48,7 +48,7 @@ obj-y                         += pcspeaker.o
 
 CFLAGS_vsyscall_64.o           := $(PROFILING) -g0
 
-therm_throt-y                   += ../../i386/kernel/cpu/mcheck/therm_throt.o
+therm_throt-y                   += ../../x86/kernel/cpu/mcheck/therm_throt.o
 bootflag-y                     += ../../i386/kernel/bootflag.o
 cpuid-$(subst m,y,$(CONFIG_X86_CPUID))  += ../../i386/kernel/cpuid.o
 topology-y                     += ../../i386/kernel/topology.o