Browse Source

x86_64: move kernel/cpufreq

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Thomas Gleixner 17 years ago
parent
commit
51b2833060
2 changed files with 1 additions and 1 deletions
  1. 0 0
      arch/x86/kernel/cpufreq/Kconfig
  2. 1 1
      arch/x86_64/Kconfig

+ 0 - 0
arch/x86_64/kernel/cpufreq/Kconfig → arch/x86/kernel/cpufreq/Kconfig


+ 1 - 1
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