From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:17:06 +0000 (+0200) Subject: x86_64: move kernel/cpufreq X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=51b2833060f26258ea2da091c7b9c6a358ac9dd2;p=linux-beck.git x86_64: move kernel/cpufreq Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/x86_64/kernel/cpufreq/Kconfig b/arch/x86/kernel/cpufreq/Kconfig similarity index 100% rename from arch/x86_64/kernel/cpufreq/Kconfig rename to arch/x86/kernel/cpufreq/Kconfig diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index b4d9089a6a06..17d57617a41d 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -704,7 +704,7 @@ source kernel/power/Kconfig source "drivers/acpi/Kconfig" -source "arch/x86_64/kernel/cpufreq/Kconfig" +source "arch/x86/kernel/cpufreq/Kconfig" endmenu