Re: [PATCH 2/2] ARM64: powernv: remove redundant cpuidle_idle_call()

2014-02-07 Thread Catalin Marinas
On 6 February 2014 14:16, Nicolas Pitre nicolas.pi...@linaro.org wrote: The core idle loop now takes care of it. Signed-off-by: Nicolas Pitre n...@linaro.org Acked-by: Catalin Marinas catalin.mari...@arm.com ___ Linuxppc-dev mailing list

[PATCH 2/2] ARM64: powernv: remove redundant cpuidle_idle_call()

2014-02-06 Thread Nicolas Pitre
The core idle loop now takes care of it. Signed-off-by: Nicolas Pitre n...@linaro.org --- arch/arm64/kernel/process.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c index 1c0a9be2ff..9cce0098f4 100644 ---

Re: [PATCH 2/2] ARM64: powernv: remove redundant cpuidle_idle_call()

2014-02-06 Thread Thomas Gleixner
On Thu, 6 Feb 2014, Nicolas Pitre wrote: The core idle loop now takes care of it. Signed-off-by: Nicolas Pitre n...@linaro.org Acked-by: Thomas Gleixner t...@linutronix.de ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org

Re: [PATCH 2/2] ARM64: powernv: remove redundant cpuidle_idle_call()

2014-02-06 Thread Preeti U Murthy
Hi Nicolas, powernv in the subject of the patch? Regards Preeti U Murthy On 02/06/2014 07:46 PM, Nicolas Pitre wrote: The core idle loop now takes care of it. Signed-off-by: Nicolas Pitre n...@linaro.org --- arch/arm64/kernel/process.c | 7 ++- 1 file changed, 2 insertions(+), 5

Re: [PATCH 2/2] ARM64: powernv: remove redundant cpuidle_idle_call()

2014-02-06 Thread Nicolas Pitre
On Thu, 6 Feb 2014, Preeti U Murthy wrote: Hi Nicolas, powernv in the subject of the patch? Crap. You're right. That's what you get when posting patches while attending a meeting. Regards Preeti U Murthy On 02/06/2014 07:46 PM, Nicolas Pitre wrote: The core idle loop now takes

Re: [PATCH 2/2] ARM64: powernv: remove redundant cpuidle_idle_call()

2014-02-06 Thread Daniel Lezcano
On 6 February 2014 14:16, Nicolas Pitre nicolas.pi...@linaro.org wrote: The core idle loop now takes care of it. Signed-off-by: Nicolas Pitre n...@linaro.org Acked-by: Daniel Lezcano daniel.lezc...@linaro.org ___ Linuxppc-dev mailing list