diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 09:17:06 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 09:17:06 (GMT) |
commit | 51b2833060f26258ea2da091c7b9c6a358ac9dd2 (patch) | |
tree | abdc79a70d19ccad8d389aa9b33723d5a9f37c34 | |
parent | e8d08eb1b59bf6dda44fffe63cce1250d87a8b56 (diff) | |
download | linux-51b2833060f26258ea2da091c7b9c6a358ac9dd2.tar.xz |
x86_64: move kernel/cpufreq
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/kernel/cpufreq/Kconfig (renamed from arch/x86_64/kernel/cpufreq/Kconfig) | 0 | ||||
-rw-r--r-- | arch/x86_64/Kconfig | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/cpufreq/Kconfig b/arch/x86/kernel/cpufreq/Kconfig index a3fd519..a3fd519 100644 --- a/arch/x86_64/kernel/cpufreq/Kconfig +++ b/arch/x86/kernel/cpufreq/Kconfig diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index b4d9089..17d5761 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 |