From: Michael Neuling Date: Wed, 11 Jun 2014 05:59:27 +0000 (+1000) Subject: powerpc/cpuidle: Only clear LPCR decrementer wakeup bit on fast sleep entry X-Git-Tag: omap-for-v3.16/fixes-against-rc1~30^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b6a68d94333cf19d4ec0f2aaf9f9eb68866630e;p=pandora-kernel.git powerpc/cpuidle: Only clear LPCR decrementer wakeup bit on fast sleep entry Currently when entering fastsleep we clear all LPCR PECE bits. This patch changes it to only clear the decrementer bit (ie. PECE1), which is the only bit we really need to clear here. This is needed if we want to set other wakeup causes like the PECEDH bit so we can use hypervisor doorbells on powernv. Also we no longer clear the MER bit as it should never be set in the host anyway. Signed-off-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed