From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0C652DDFC2 for ; Tue, 13 Jan 2009 08:47:03 +1100 (EST) Subject: Re: [PATCH] powerpc: Fix cpufreq drivers after cpufreq core changes From: Benjamin Herrenschmidt To: Ingo Molnar In-Reply-To: <20090112083412.GB19701@elte.hu> References: <20090112104837.69feedec.sfr@canb.auug.org.au> <1231719015.22571.4.camel@pasglop> <1231719721.22571.9.camel@pasglop> <20090112083412.GB19701@elte.hu> Content-Type: text/plain Date: Tue, 13 Jan 2009 08:45:36 +1100 Message-Id: <1231796736.22571.34.camel@pasglop> Mime-Version: 1.0 Cc: Stephen Rothwell , arndb , Rusty Russell , LKML , Mike Travis , linuxppc-dev@ozlabs.org, linux-next@vger.kernel.org, Paul Mackerras , Olof Johansson , Andrew Morton , Linus Torvalds , "David S. Miller" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2009-01-12 at 09:34 +0100, Ingo Molnar wrote: > * Benjamin Herrenschmidt wrote: > > > This updates the cpufreq drivers in arch/powerpc so they build again > > after the core cpufreq changes that broke them in commit > > in835481d9bcd65720b473db6b38746a74a3964218. > > > > Signed-off-by: Benjamin Herrenschmidt > > --- > > > > Tested on a G5. Olof, Arnd, any chance you can test the cell and pasemi > > drivers still work ? > > > > Linus, you can probably merge this now to fix the build problems. > > Thanks Ben! > > The powerpc defconfig built fine - you might wan to turn on cpufreq in the > powerpc defconfig so that cross-build tests can catch problems like this. Hrm... which config are you using ? ppc64_defconfig has them all on. Cheers, Ben.