mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
i386: move kernel/cpu/mcheck
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
23d6f82bd1
commit
c18db0d7e2
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user