[PATCH V4 4/5] idle: Move idle conditions in cpuidle_idle main function

2014-03-02 Thread Daniel Lezcano
This patch moves the condition before entering idle into the cpuidle main function located in idle.c. That simplify the idle mainloop functions and increase the readibility of the conditions to enter truly idle. This patch is code reorganization and does not change the behavior of the function.

[PATCH V4 4/5] idle: Move idle conditions in cpuidle_idle main function

2014-03-02 Thread Daniel Lezcano
This patch moves the condition before entering idle into the cpuidle main function located in idle.c. That simplify the idle mainloop functions and increase the readibility of the conditions to enter truly idle. This patch is code reorganization and does not change the behavior of the function.