[PATCH 6/6] x86/cpufreq: don't use SPEEDSTEP with MAXSMP

From: Yinghai Lu
Date: Sat Jun 06 2009 - 17:57:03 EST




that is deprecated, and don't update it to use cpumask_copy about cpus_allowed

Signed-off-by: Yinghai Lu <yinghai@xxxxxxxxxx>
---
arch/x86/kernel/cpu/cpufreq/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/arch/x86/kernel/cpu/cpufreq/Kconfig
===================================================================
--- linux-2.6.orig/arch/x86/kernel/cpu/cpufreq/Kconfig
+++ linux-2.6/arch/x86/kernel/cpu/cpufreq/Kconfig
@@ -111,7 +111,7 @@ config X86_SPEEDSTEP_CENTRINO
tristate "Intel Enhanced SpeedStep (deprecated)"
select CPU_FREQ_TABLE
select X86_SPEEDSTEP_CENTRINO_TABLE if X86_32
- depends on X86_32 || (X86_64 && ACPI_PROCESSOR)
+ depends on X86_32 || (X86_64 && ACPI_PROCESSOR && !MAXSMP)
help
This is deprecated and this functionality is now merged into
acpi_cpufreq (X86_ACPI_CPUFREQ). Use that driver instead of
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/