User space governor for Athlon64

JB jb.1234abcd at gmail.com
Thu Sep 23 20:09:37 UTC 2010


JD <jd1008 <at> gmail.com> writes:

> ... 
> Could someone tell me where I can find the user space governor, and/or
> force the build of cpufreq_performance.ko ?
> 

Hi,

$ less /boot/config-2.6.34.7-56.fc13.i686
...
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_DEBUG=y
CONFIG_CPU_FREQ_STAT=m                                       <----------
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m                              <-----------
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=m                               <-----------
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m                           <-----------

$ ls /lib/modules/2.6.34.7-56.fc13.i686/kernel/drivers/cpufreq/
cpufreq_conservative.ko  cpufreq_powersave.ko
cpufreq_ondemand.ko      cpufreq_stats.ko

JB




More information about the users mailing list