lkml.org 
[lkml]   [2009]   [Jun]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 6/6] x86/cpufreq: don't use SPEEDSTEP with MAXSMP


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

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
---
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

\
 
 \ /
  Last update: 2009-06-06 23:59    [W:0.106 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site