Re: [PATCH V3 1/5] idle/cpuidle: Split cpuidle_idle_call main function into smaller functions

2014-02-28 Thread Daniel Lezcano
On 02/28/2014 01:56 PM, Peter Zijlstra wrote: Daniel; can you rebase these patches on top of tip/master. Yes, sure. No problem. Ingo is going to create tip/sched/idle := tip/sched/core + tip/timer/core and then we can stick these patches in there. Perfect ! Thanks -- Daniel --

Re: [PATCH V3 1/5] idle/cpuidle: Split cpuidle_idle_call main function into smaller functions

2014-02-28 Thread Peter Zijlstra
Daniel; can you rebase these patches on top of tip/master. Ingo is going to create tip/sched/idle := tip/sched/core + tip/timer/core and then we can stick these patches in there. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger

Re: [PATCH V3 1/5] idle/cpuidle: Split cpuidle_idle_call main function into smaller functions

2014-02-28 Thread Preeti U Murthy
On 02/25/2014 01:38 PM, Daniel Lezcano wrote: > In order to allow better integration between the cpuidle framework and the > scheduler, reducing the distance between these two sub-components will > facilitate this integration by moving part of the cpuidle code in the idle > task file and, because i

[PATCH V3 1/5] idle/cpuidle: Split cpuidle_idle_call main function into smaller functions

2014-02-25 Thread Daniel Lezcano
In order to allow better integration between the cpuidle framework and the scheduler, reducing the distance between these two sub-components will facilitate this integration by moving part of the cpuidle code in the idle task file and, because idle.c is in the sched directory, we have access to the