Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c18db0d7 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

i386: move kernel/cpu/mcheck



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 23d6f82b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/
Loading