Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753506AbWKFRWB (ORCPT ); Mon, 6 Nov 2006 12:22:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753503AbWKFRWB (ORCPT ); Mon, 6 Nov 2006 12:22:01 -0500 Received: from mx1.redhat.com ([66.187.233.31]:47261 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1753488AbWKFRWA (ORCPT ); Mon, 6 Nov 2006 12:22:00 -0500 Date: Mon, 6 Nov 2006 12:20:49 -0500 From: Dave Jones To: Christian Cc: Adrian Bunk , Alexey Starikovskiy , Linux Kernel Mailing List , linux-acpi@vger.kernel.org Subject: Re: [discuss] Linux 2.6.19-rc4: known unfixed regressions (v2) Message-ID: <20061106172049.GA19283@redhat.com> Mail-Followup-To: Dave Jones , Christian , Adrian Bunk , Alexey Starikovskiy , Linux Kernel Mailing List , linux-acpi@vger.kernel.org References: <200611051832.13285.christiand59@web.de> <20061106060021.GD5778@stusta.de> <200611061643.14217.christiand59@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611061643.14217.christiand59@web.de> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1437 Lines: 43 On Mon, Nov 06, 2006 at 04:43:13PM +0100, Christian wrote: > > Did you have CONFIG_ACPI_PROCESSOR=y in 2.6.18, or did > > CONFIG_ACPI_PROCESSOR=m, CONFIG_X86_POWERNOW_K8=y work for you in 2.6.18? > > It worked with CONFIG_ACPI_PROCESSOR=m in 2.6.18-rc7. Since 2.6.19-rc1 it > doesn't work anymore with CONFIG_ACPI_PROCESSOR=m. > > user@ubuntu:~/Projekte/linux-2.6.18-rc7$ grep -i ACPI_PROCESSOR /boot/config-2.6.18-rc7 > CONFIG_ACPI_PROCESSOR=m > > user@ubuntu:~/Projekte/linux-2.6.18-rc7$ > grep -Ei "POWERNOW_K8" /boot/config-2.6.18-rc7 > CONFIG_X86_POWERNOW_K8=m > CONFIG_X86_POWERNOW_K8_ACPI=y > > +++ There's a difference in 2.6.19! CONFIG_X86_POWERNOW_K8_ACPI is gone +++ I don't understand how this was allowed. Because when I try this with a 2.6.18 tree.. (nothing changed between -rc7 and final for cpufreq) $ grep ACPI_PROCESSOR .config CONFIG_ACPI_PROCESSOR=m $ grep POWERNOW_K8 .config CONFIG_X86_POWERNOW_K8=y CONFIG_X86_POWERNOW_K8_ACPI=y and then after a make oldconfig the CONFIG_X86_POWERNOW_K8_ACPI is removed as it isn't valid. Did you edit your .config by hand ? Dave -- http://www.codemonkey.org.uk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/