From mboxrd@z Thu Jan 1 00:00:00 1970 From: omv Subject: Re: 2.4 patch and powernow-k8 Date: Mon, 13 Dec 2004 10:59:54 -0800 Message-ID: <41BDE6AA.3050004@danhartman.org> References: <41AF938B.4080204@danhartman.org> <20041203090955.GC9288@dominikbrodowski.de> <41B0D199.9000309@danhartman.org> <20041213133224.GA2140@poupinou.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20041213133224.GA2140@poupinou.org> 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"; format="flowed" To: Bruno Ducrot Cc: cpufreq@www.linux.org.uk One other bit I had to hack - my CPUID_XFAM_MOD was coming up 0xfc0 (instead of 0xf40/0xf50) , so added in an extra recognition code. Thx for the help, -dan Bruno Ducrot wrote: >On Fri, Dec 03, 2004 at 12:50:33PM -0800, omv wrote: > > >>My version (from CVS on sunday, i think) looked a bit different - the >>first block didn't have the __devexit at all, and the second was static >>int __exit drc_cpu_exit. I modified the second block to remove the _exit. >> >> > >It's a bit old. I have to backport the acpilib stuff first. > > > >>That appeared to do the trick - built fine. It now looks like >> >>static int drv_cpu_exit (struct cpufreq_policy *pol) >> >> > >Commited. Thanks. > > >