[PATCH] UBUNTU: Change CPU_FREQ_DEFAULT_GOV_ONDEMAND to y

Scott James Remnant scott at canonical.com
Wed Feb 18 12:31:49 UTC 2009


(and CPU_FREQ_DEFAULT_GOV_PERFORMANCE to unset).

The default CPU governor that we want should be "ondemand", this
shouldn't make any significant boot performance problem since if it
does, the governor isn't doing its job.

Signed-off-by: Scott James Remnant <scott at canonical.com>
---
 debian/config/amd64/config |    4 ++--
 debian/config/i386/config  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/config/amd64/config b/debian/config/amd64/config
index 035be43..2019a10 100644
--- a/debian/config/amd64/config
+++ b/debian/config/amd64/config
@@ -429,8 +429,8 @@ CONFIG_CPUSETS=y
 CONFIG_CPU_FREQ=y
 # CONFIG_CPU_FREQ_DEBUG is not set
 # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
-# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
-CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=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 is not set
 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
diff --git a/debian/config/i386/config b/debian/config/i386/config
index 5143f88..0af3ff4 100644
--- a/debian/config/i386/config
+++ b/debian/config/i386/config
@@ -450,8 +450,8 @@ CONFIG_CPUSETS=y
 CONFIG_CPU_FREQ=y
 # CONFIG_CPU_FREQ_DEBUG is not set
 # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
-# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
-CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=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 is not set
 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
-- 
1.6.0.5





More information about the kernel-team mailing list