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

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

i386: move kernel/cpu/cpufreq



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent c18db0d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1067,7 +1067,7 @@ config APM_REAL_MODE_POWER_OFF

endif # APM

source "arch/i386/kernel/cpu/cpufreq/Kconfig"
source "arch/x86/kernel/cpu/cpufreq/Kconfig"

endmenu

+1 −1
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@ obj-y += umc.o
obj-$(CONFIG_X86_MCE)	+=	../../../x86/kernel/cpu/mcheck/

obj-$(CONFIG_MTRR)	+= 	mtrr/
obj-$(CONFIG_CPU_FREQ)	+=	cpufreq/
obj-$(CONFIG_CPU_FREQ)	+=	../../../x86/kernel/cpu/cpufreq/

obj-$(CONFIG_X86_LOCAL_APIC) += perfctr-watchdog.o
Loading