Re: [PATCH 0/9] setting the table for integration of cpuidle with the scheduler

2014-01-27 Thread Peter Zijlstra
On Mon, Jan 27, 2014 at 01:08:15AM -0500, Nicolas Pitre wrote: > As everyone should know by now, we want to integrate the cpuidle > governor with the scheduler for a more efficient idling of CPUs. > In order to help the transition, this small patch series moves the > existing interaction with cpuid

[PATCH 0/9] setting the table for integration of cpuidle with the scheduler

2014-01-26 Thread Nicolas Pitre
As everyone should know by now, we want to integrate the cpuidle governor with the scheduler for a more efficient idling of CPUs. In order to help the transition, this small patch series moves the existing interaction with cpuidle from architecture code to generic core code. No functional change s