[v2 PATCH 2/2]: pseries: Implement Pseries Processor Idle idle module.

Arun R Bharadwaj arun at linux.vnet.ibm.com
Wed Aug 26 21:32:17 EST 2009


* Peter Zijlstra <a.p.zijlstra at chello.nl> [2009-08-26 13:27:18]:

> On Wed, 2009-08-26 at 16:40 +0530, Arun R Bharadwaj wrote:
> > +void (*pm_idle)(void);
> > +EXPORT_SYMBOL_GPL(pm_idle);
> 
> Seriously.. this caused plenty problems over on x86 and you're doing the
> exact same dumb thing?
> 

Hi Peter,

Cpuidle assumes pm_idle to be the default idle power management
function. So i should either do this, or change the stuff in cpuidle.c
so that it is more abstract.

--arun


More information about the Linuxppc-dev mailing list