Re: [PATCH V4 3/3] time/cpuidle:Handle failed call to BROADCAST_ENTER on archs with CPUIDLE_FLAG_TIMER_STOP set

2014-02-07 Thread Rafael J. Wysocki
On Friday, February 07, 2014 01:36:52 PM Preeti U Murthy wrote: > Some archs set the CPUIDLE_FLAG_TIMER_STOP flag for idle states in which the > local timers stop. The cpuidle_idle_call() currently handles such idle states > by calling into the broadcast framework so as to wakeup CPUs at their next

[PATCH V4 3/3] time/cpuidle:Handle failed call to BROADCAST_ENTER on archs with CPUIDLE_FLAG_TIMER_STOP set

2014-02-07 Thread Preeti U Murthy
Some archs set the CPUIDLE_FLAG_TIMER_STOP flag for idle states in which the local timers stop. The cpuidle_idle_call() currently handles such idle states by calling into the broadcast framework so as to wakeup CPUs at their next wakeup event. With the hrtimer mode of broadcast, the BROADCAST_ENTER