Re: [PATCH 1/1] Honor state disabling in the cpuidle ladder governor

2012-07-18 Thread Deepthi Dharwar
On 07/18/2012 04:32 PM, Carsten Emde wrote: > On 07/18/2012 08:36 AM, Deepthi Dharwar wrote: >> On 07/18/2012 12:29 AM, Carsten Emde wrote: >> >>> There are two cpuidle governors ladder and menu. While the ladder >>> governor is always available, if CONFIG_CPU_IDLE is selected, the >>> menu govern

Re: [PATCH 1/1] Honor state disabling in the cpuidle ladder governor

2012-07-18 Thread Carsten Emde
On 07/18/2012 08:36 AM, Deepthi Dharwar wrote: On 07/18/2012 12:29 AM, Carsten Emde wrote: There are two cpuidle governors ladder and menu. While the ladder governor is always available, if CONFIG_CPU_IDLE is selected, the menu governor additionally requires CONFIG_NO_HZ. A particular C state

Re: [PATCH 1/1] Honor state disabling in the cpuidle ladder governor

2012-07-17 Thread Deepthi Dharwar
On 07/18/2012 12:29 AM, Carsten Emde wrote: > There are two cpuidle governors ladder and menu. While the ladder > governor is always available, if CONFIG_CPU_IDLE is selected, the > menu governor additionally requires CONFIG_NO_HZ. > > A particular C state can be disabled by writing to the sysfs

[PATCH 1/1] Honor state disabling in the cpuidle ladder governor

2012-07-17 Thread Carsten Emde
There are two cpuidle governors ladder and menu. While the ladder governor is always available, if CONFIG_CPU_IDLE is selected, the menu governor additionally requires CONFIG_NO_HZ. A particular C state can be disabled by writing to the sysfs file /sys/devices/system/cpu/cpuN/cpuidle/stateN/disabl