From 51b2833060f26258ea2da091c7b9c6a358ac9dd2 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Thu, 11 Oct 2007 11:17:06 +0200 Subject: [PATCH] x86_64: move kernel/cpufreq Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> --- arch/{x86_64 => x86}/kernel/cpufreq/Kconfig | 0 arch/x86_64/Kconfig | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/{x86_64 => x86}/kernel/cpufreq/Kconfig (100%) 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 b4d9089a6a067..17d57617a41d6 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 -- GitLab