Re: [PATCH v2 5/6] X86: remove redundant cpuidle_idle_call()

2014-01-30 Thread Peter Zijlstra
On Wed, Jan 29, 2014 at 03:14:40PM -0500, Nicolas Pitre wrote: Looking into some cpuidle drivers for x86 I found at least one that doesn't respect this convention. Damn. Which one? We should probably fix it :-) ___ Linuxppc-dev mailing list

[PATCH v2 5/6] X86: remove redundant cpuidle_idle_call()

2014-01-29 Thread Nicolas Pitre
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 --- arch/x86/kernel/process.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c

Re: [PATCH v2 5/6] X86: remove redundant cpuidle_idle_call()

2014-01-29 Thread Olof Johansson
Hi, On Wed, Jan 29, 2014 at 9:45 AM, 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 --- arch/x86/kernel/process.c | 5 + 1 file changed, 1

Re: [PATCH v2 5/6] X86: remove redundant cpuidle_idle_call()

2014-01-29 Thread Nicolas Pitre
On Wed, 29 Jan 2014, Olof Johansson wrote: Hi, On Wed, Jan 29, 2014 at 9:45 AM, 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 ---