[PATCH 6/9] ARM: davinci: cpuidle: fix wrong enter function
Sekhar Nori
nsekhar at ti.com
Thu Apr 4 03:16:02 EDT 2013
On 4/3/2013 5:45 PM, Daniel Lezcano wrote:
> The davinci_enter_idle is called from the cpuidle with the
> cpuidle_wrap_enter function. This one does the time compution
> for entering and exiting the idle function and then we call
> again cpuidle_wrap_enter for cpu_do_idle. This is wrong, we
> are calling recursively cpuidle_wrap_enter for nothing and
> furthermore reenabling the local irq.
>
> Remove this and replace it by the cpu_do_idle function.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano at linaro.org>
> Acked-by: Santosh Shilimkar <santosh.shilimkar at ti.com>
Acked-by: Sekhar Nori <nsekhar at ti.com>
Thanks,
Sekhar
More information about the linux-arm-kernel
mailing list