From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264344AbUEMRnA (ORCPT ); Thu, 13 May 2004 13:43:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264345AbUEMRnA (ORCPT ); Thu, 13 May 2004 13:43:00 -0400 Received: from adsl-67-117-73-34.dsl.sntc01.pacbell.net ([67.117.73.34]:59658 "EHLO muru.com") by vger.kernel.org with ESMTP id S264344AbUEMRlu (ORCPT ); Thu, 13 May 2004 13:41:50 -0400 Date: Thu, 13 May 2004 10:41:53 -0700 From: Tony Lindgren To: Pavel Machek Cc: linux-kernel@vger.kernel.org, davej@codemonkey.org.uk Subject: Re: [PATCH] Powernow-k8 buggy BIOS override for 2.6.6 Message-ID: <20040513174152.GA8957@atomide.com> References: <20040512235623.GA9234@atomide.com> <20040513162643.GA4506@atrey.karlin.mff.cuni.cz> <20040513171921.GB28678@atomide.com> <20040513172116.GD4506@atrey.karlin.mff.cuni.cz> <20040513173132.GE28678@atomide.com> <20040513173227.GE4506@atrey.karlin.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040513173227.GE4506@atrey.karlin.mff.cuni.cz> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * Pavel Machek [040513 10:32]: > Hi! > > > > > This patch is okay if you insert modules in right order, but not if > > > you attempt to insert cpufreq before acpi, right? > > > > For me modprobe powernow-k8 automatically also loads processor. > > > > > Please do not make that go in like it is. > > > > What would you suggest? > > Really? Things might have changed from last time. If it is so, perhaps > patch is okay... Yeah, maybe acpi_processor_register_performance() was not exported earlier, or something. Tony