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

2014-02-24 Thread Daniel Lezcano
On 02/25/2014 04:47 AM, Preeti U Murthy wrote: Hi Daniel, On 02/24/2014 07:25 PM, Daniel Lezcano wrote: --- drivers/cpuidle/cpuidle.c | 114 ++ include/linux/cpuidle.h | 19 +++ 2 files changed, 105 insertions(+), 28 deletions(-)

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

2014-02-24 Thread Preeti U Murthy
Hi Daniel, On 02/24/2014 07:25 PM, Daniel Lezcano wrote: > --- > drivers/cpuidle/cpuidle.c | 114 > ++ > include/linux/cpuidle.h | 19 +++ > 2 files changed, 105 insertions(+), 28 deletions(-) > > Index:

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

2014-02-24 Thread Preeti U Murthy
Hi Peter, Daniel, On 02/24/2014 08:46 PM, Peter Zijlstra wrote: > On Mon, Feb 24, 2014 at 04:12:07PM +0100, Daniel Lezcano wrote: >> On 02/24/2014 04:00 PM, Peter Zijlstra wrote: >>> >>> >>> None of this actually applies :/ I'm having major conflicts in >>> driveres/cpuidle/cpuidle.c. >> >> Ok,

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

2014-02-24 Thread Peter Zijlstra
On Mon, Feb 24, 2014 at 04:12:07PM +0100, Daniel Lezcano wrote: > On 02/24/2014 04:00 PM, Peter Zijlstra wrote: > > > > > >None of this actually applies :/ I'm having major conflicts in > >driveres/cpuidle/cpuidle.c. > > Ok, except if I am missing something, the patchset is based on top of >

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

2014-02-24 Thread Daniel Lezcano
On 02/24/2014 04:00 PM, Peter Zijlstra wrote: None of this actually applies :/ I'm having major conflicts in driveres/cpuidle/cpuidle.c. Ok, except if I am missing something, the patchset is based on top of tip/sched/core (commit 6990566). -- Linaro.org │ Open

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

2014-02-24 Thread Peter Zijlstra
None of this actually applies :/ I'm having major conflicts in driveres/cpuidle/cpuidle.c. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

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

2014-02-24 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

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

2014-02-24 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

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

2014-02-24 Thread Peter Zijlstra
None of this actually applies :/ I'm having major conflicts in driveres/cpuidle/cpuidle.c. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

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

2014-02-24 Thread Daniel Lezcano
On 02/24/2014 04:00 PM, Peter Zijlstra wrote: None of this actually applies :/ I'm having major conflicts in driveres/cpuidle/cpuidle.c. Ok, except if I am missing something, the patchset is based on top of tip/sched/core (commit 6990566). -- http://www.linaro.org/ Linaro.org │ Open

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

2014-02-24 Thread Peter Zijlstra
On Mon, Feb 24, 2014 at 04:12:07PM +0100, Daniel Lezcano wrote: On 02/24/2014 04:00 PM, Peter Zijlstra wrote: None of this actually applies :/ I'm having major conflicts in driveres/cpuidle/cpuidle.c. Ok, except if I am missing something, the patchset is based on top of tip/sched/core

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

2014-02-24 Thread Preeti U Murthy
Hi Peter, Daniel, On 02/24/2014 08:46 PM, Peter Zijlstra wrote: On Mon, Feb 24, 2014 at 04:12:07PM +0100, Daniel Lezcano wrote: On 02/24/2014 04:00 PM, Peter Zijlstra wrote: None of this actually applies :/ I'm having major conflicts in driveres/cpuidle/cpuidle.c. Ok, except if I am

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

2014-02-24 Thread Preeti U Murthy
Hi Daniel, On 02/24/2014 07:25 PM, Daniel Lezcano wrote: --- drivers/cpuidle/cpuidle.c | 114 ++ include/linux/cpuidle.h | 19 +++ 2 files changed, 105 insertions(+), 28 deletions(-) Index: cpuidle-next/drivers/cpuidle/cpuidle.c

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

2014-02-24 Thread Daniel Lezcano
On 02/25/2014 04:47 AM, Preeti U Murthy wrote: Hi Daniel, On 02/24/2014 07:25 PM, Daniel Lezcano wrote: --- drivers/cpuidle/cpuidle.c | 114 ++ include/linux/cpuidle.h | 19 +++ 2 files changed, 105 insertions(+), 28 deletions(-)