From: Deepthi Dharwar Date: Wed, 30 Nov 2011 02:46:55 +0000 (+0000) Subject: powerpc/cpuidle: Enable cpuidle and directly call cpuidle_idle_call() for pSeries X-Git-Tag: v3.3-rc1~181^2~40^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e179816ce60033ce560b28e01bc555ed5116cbe9;p=pandora-kernel.git powerpc/cpuidle: Enable cpuidle and directly call cpuidle_idle_call() for pSeries This patch enables cpuidle for pSeries and pSeries_idle is directly called from the idle loop. As a result of pSeries_idle, cpuidle driver registered with cpuidle subsystem comes into action. On failure of loading of the driver or cpuidle framework default idle is executed as part of the function. This patch also removes the routines pseries_shared_idle_sleep and pseries_dedicated_idle_sleep as they are now implemented as part of pseries_idle cpuidle driver. Signed-off-by: Deepthi Dharwar Signed-off-by: Trinabh Gupta Signed-off-by: Arun R Bharadwaj Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed