From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: try compiling with CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI enabled Date: 08 Dec 2004 00:44:01 -0500 Message-ID: <1102484641.2193.12.camel@d845pe> References: <20041206162452.GA14746@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20041206162452.GA14746@redhat.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: cpufreq-bounces@www.linux.org.uk Errors-To: cpufreq-bounces+glkc-cpufreq=gmane.org@www.linux.org.uk Content-Type: text/plain; charset="us-ascii" To: Dave Jones Cc: davej@codemonkey.org.uk, "cpufreq@www.linux.org.uk" Dave, FYI, I just checked this trivial patch into the acpi tree. -Len diff -Nru a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c --- a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c 2004-12-08 00:41:55 -05:00 +++ b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c 2004-12-08 00:41:55 -05:00 @@ -249,7 +249,7 @@ /* Matched a non-match */ printk(KERN_INFO PFX "no table support for CPU model \"%s\": \n", cpu->x86_model_id); -#ifdef CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI +#ifndef CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI printk(KERN_INFO PFX "try compiling with CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI enabled\n"); #endif return -ENOENT;