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

Commit 2ec1df41 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

i386: move kernel/cpu/mtrr



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