You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
i386: move kernel/cpu/cpufreq
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user