From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: Cleanups for powernow-k8 Date: Wed, 14 Jan 2004 03:42:37 +0000 Sender: cpufreq-bounces@www.linux.org.uk Message-ID: <20040114034237.GT14674@redhat.com> References: <99F2150714F93F448942F9A9F112634C080EF39F@txexmtae.amd.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <99F2150714F93F448942F9A9F112634C080EF39F@txexmtae.amd.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cpufreq-bounces@www.linux.org.uk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: paul.devriendt@amd.com Cc: linux-kernel@vger.kernel.org, mark.langsdorf@amd.com, cpufreq@www.linux.org.uk, pavel@ucw.cz, linux@brodo.de On Tue, Jan 13, 2004 at 09:39:53PM -0600, paul.devriendt@amd.com wrote: > >> Dave had a good idea of a minimal ACPI parser for trying to retrieve the > >> table of p-states from an ACPI BIOS without needing the full AML interpreter. > >> I will see if I can get that to work in powernow-k8-acpi > > > > If done properly, that parsing code could be shared by the K7 > > driver too. > > Agreed. Function in a header file? Don't want the drivers attempting to > call each other at runtime. Works for me, or shove it out into its own .c file, and have both drivers link against it. Dave