All of lore.kernel.org
 help / color / mirror / Atom feed
* cpufreq default governor?
@ 2004-01-19  7:16 Diwaker Gupta
  2004-01-19  9:44 ` Dominik Brodowski
  0 siblings, 1 reply; 4+ messages in thread
From: Diwaker Gupta @ 2004-01-19  7:16 UTC (permalink / raw)
  To: cpufreq

Hi,

I'm running 2.6.1 vanilla kernel from kernel.org with no patches. I want 
to set the default cpufreq governor to userspace. Here is the relevant 
portion of my .config:

====
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_PROC_INTF=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_24_API=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_X86_ACPI_CPUFREQ=y
CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y
====

Everything compiles fine, but when I boot into the new kernel, the 
default governor is still set to performance:

<diwaker@diwaker>$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
performance

But the userspace governor is indeed available:
<diwaker@diwaker>$ cat 
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
powersave userspace performance

Any suggestions?
TIA,
Diwaker
-- 
Diwaker Gupta
Graduate Student, Computer Sc. and Engg.
University of California, San Diego
<http://www.cse.ucsd.edu/users/dgupta>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-01-19 14:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-19  7:16 cpufreq default governor? Diwaker Gupta
2004-01-19  9:44 ` Dominik Brodowski
2004-01-19 11:44   ` Diwaker Gupta
2004-01-19 14:50     ` Carl Thompson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.