]> git.baikalelectronics.ru Git - kernel.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)
commit942727934791d3926eac74b70182186a41acd273
tree6a9e6acddabab7a6815365e0c87d3506000e1f3e
parent3c4207d78e46975d8e2706f55913f6b3b4b159eb
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