On Tue, 2009-09-01 at 17:08 +0530, Arun R Bharadwaj wrote: > * Arun R Bharadwaj <a...@linux.vnet.ibm.com> [2009-09-01 17:07:04]: > > Cleanup drivers/cpuidle/cpuidle.c > > Cpuidle maintains a pm_idle_old void pointer because, currently in x86 > there is no clean way of registering and unregistering a idle function.
Right, and instead of fixing that, they build this cpuidle crap on top, instead of replacing the current crap with it. > So remove pm_idle_old and leave the responsibility of maintaining the > list of registered idle loops to the architecture specific code. If the > architecture registers cpuidle_idle_call as its idle loop, only then > this loop is called. OK, that's a start I guess. Best would be to replace all of pm_idle with cpuidle, which is what should have been done from the very start. If cpuidle cannot fully replace the pm_idle functionality, then it needs to fix that. But having two layers of idle functions is just silly. Looking at patch 2 and 3, you're making the same mistake on power, after those patches there are multiple ways of registering idle functions, one through some native interface and one through cpuidle, this strikes me as undesirable. If cpuidle is a good idle function manager, then it should be good enough to be the sole one, if its not, then why bother with it at all. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev