]> Pileus Git - ~andy/linux/commit
powerpc/pseries/cpuidle: Use cpuidle_register() for initialisation.
authorDeepthi Dharwar <deepthi@linux.vnet.ibm.com>
Tue, 14 Jan 2014 10:56:09 +0000 (16:26 +0530)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 29 Jan 2014 06:02:22 +0000 (17:02 +1100)
commitb69dbba059d9048b9909ed9898086dd3fbe22be7
tree2b9f0119eb06e23b373c357f5d4d5750895dfc76
parent962e7bd4976516c34fc9ef51d536aab801980767
powerpc/pseries/cpuidle: Use cpuidle_register() for initialisation.

This patch replaces the cpuidle driver and devices initialisation
calls with a single generic cpuidle_register() call
and also includes minor refactoring of the code around it.

Remove the cpu online check in snooze loop, as this code can
only locally run on a cpu only if it is online. Therefore,
this check is not required.

Signed-off-by: Deepthi Dharwar <deepthi@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/cpuidle/cpuidle-pseries.c