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


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to