Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i386: move kernel/cpu/mcheck

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

+2 -2
+1 -1
arch/i386/kernel/cpu/Makefile
··· 12 12 obj-y += nexgen.o 13 13 obj-y += umc.o 14 14 15 - obj-$(CONFIG_X86_MCE) += mcheck/ 15 + obj-$(CONFIG_X86_MCE) += ../../../x86/kernel/cpu/mcheck/ 16 16 17 17 obj-$(CONFIG_MTRR) += mtrr/ 18 18 obj-$(CONFIG_CPU_FREQ) += cpufreq/
arch/i386/kernel/cpu/mcheck/Makefile arch/x86/kernel/cpu/mcheck/Makefile
arch/i386/kernel/cpu/mcheck/k7.c arch/x86/kernel/cpu/mcheck/k7.c
arch/i386/kernel/cpu/mcheck/mce.c arch/x86/kernel/cpu/mcheck/mce.c
arch/i386/kernel/cpu/mcheck/mce.h arch/x86/kernel/cpu/mcheck/mce.h
arch/i386/kernel/cpu/mcheck/non-fatal.c arch/x86/kernel/cpu/mcheck/non-fatal.c
arch/i386/kernel/cpu/mcheck/p4.c arch/x86/kernel/cpu/mcheck/p4.c
arch/i386/kernel/cpu/mcheck/p5.c arch/x86/kernel/cpu/mcheck/p5.c
arch/i386/kernel/cpu/mcheck/p6.c arch/x86/kernel/cpu/mcheck/p6.c
arch/i386/kernel/cpu/mcheck/therm_throt.c arch/x86/kernel/cpu/mcheck/therm_throt.c
arch/i386/kernel/cpu/mcheck/winchip.c arch/x86/kernel/cpu/mcheck/winchip.c
+1 -1
arch/x86_64/kernel/Makefile_64
··· 48 48 49 49 CFLAGS_vsyscall_64.o := $(PROFILING) -g0 50 50 51 - therm_throt-y += ../../i386/kernel/cpu/mcheck/therm_throt.o 51 + therm_throt-y += ../../x86/kernel/cpu/mcheck/therm_throt.o 52 52 bootflag-y += ../../i386/kernel/bootflag.o 53 53 cpuid-$(subst m,y,$(CONFIG_X86_CPUID)) += ../../i386/kernel/cpuid.o 54 54 topology-y += ../../i386/kernel/topology.o