]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cpuidle/powernv: Remove redundant cpuidle_idle_call()
authorNicolas Pitre <nicolas.pitre@linaro.org>
Mon, 17 Feb 2014 15:59:29 +0000 (10:59 -0500)
committerIngo Molnar <mingo@kernel.org>
Sat, 22 Feb 2014 17:18:01 +0000 (18:18 +0100)
commit591ac0cb01ec8d0ff131a318f9b9abf6ecab6225
tree6a9e6acddabab7a6815365e0c87d3506000e1f3e
parentd987fc7f3228bf94cb6b21313ebab1d64ee637ad
cpuidle/powernv: Remove redundant cpuidle_idle_call()

The core idle loop now takes care of it. We need to add the runlatch
function calls to the idle routines which was earlier taken care of by
the arch specific idle routine.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Preeti U Murthy <preeti@linux.vnet.ibm.com>
Reviewed-by: Deepthi Dharwar <deepthi@linux.vnet.ibm.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: linux-pm@vger.kernel.org
Cc: linaro-kernel@lists.linaro.org
Link: http://lkml.kernel.org/n/tip-nr4mtbkkzf2oomaj85m24o7c@git.kernel.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/powerpc/platforms/powernv/setup.c
drivers/cpuidle/cpuidle-powernv.c