Re: [PATCH 1/4] sched / idle: Move the default idle call code to a separate function

2015-05-04 Thread Rafael J. Wysocki
On Monday, May 04, 2015 04:22:45 PM Peter Zijlstra wrote: > On Mon, May 04, 2015 at 03:56:24PM +0200, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Move the code under the "use_default" label in cpuidle_idle_call() > > into a separate (new) function. > > > > This just allows the s

Re: [PATCH 1/4] sched / idle: Move the default idle call code to a separate function

2015-05-04 Thread Peter Zijlstra
On Mon, May 04, 2015 at 03:56:24PM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Move the code under the "use_default" label in cpuidle_idle_call() > into a separate (new) function. > > This just allows the subsequent changes to be more stratightforward. > > Signed-off-by: Rafae

Re: [PATCH 1/4] sched / idle: Move the default idle call code to a separate function

2015-05-04 Thread Daniel Lezcano
On 05/04/2015 03:56 PM, Rafael J. Wysocki wrote: From: Rafael J. Wysocki Move the code under the "use_default" label in cpuidle_idle_call() into a separate (new) function. This just allows the subsequent changes to be more stratightforward. Signed-off-by: Rafael J. Wysocki Reviewed-by: Dan

[PATCH 1/4] sched / idle: Move the default idle call code to a separate function

2015-05-04 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Move the code under the "use_default" label in cpuidle_idle_call() into a separate (new) function. This just allows the subsequent changes to be more stratightforward. Signed-off-by: Rafael J. Wysocki --- kernel/sched/idle.c | 42 +++--