Re: [PATCH 4/4] sched / idle: Call default_idle_call() from cpuidle_enter_state()

2015-05-04 Thread Rafael J. Wysocki
On Monday, May 04, 2015 05:04:08 PM Daniel Lezcano wrote: > On 05/04/2015 03:58 PM, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > The check of the cpuidle_enter() return value against -EBUSY > > made in call_cpuidle() will not be necessary any more if > > cpuidle_enter_state() calls

Re: [PATCH 4/4] sched / idle: Call default_idle_call() from cpuidle_enter_state()

2015-05-04 Thread Daniel Lezcano
On 05/04/2015 03:58 PM, Rafael J. Wysocki wrote: From: Rafael J. Wysocki The check of the cpuidle_enter() return value against -EBUSY made in call_cpuidle() will not be necessary any more if cpuidle_enter_state() calls default_idle_call() directly when it is about to return -EBUSY, so make that

[PATCH 4/4] sched / idle: Call default_idle_call() from cpuidle_enter_state()

2015-05-04 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The check of the cpuidle_enter() return value against -EBUSY made in call_cpuidle() will not be necessary any more if cpuidle_enter_state() calls default_idle_call() directly when it is about to return -EBUSY, so make that happen and eliminate the check. Signed-off-by: Ra