[oe-commits] Koen Kooi : linux-omap-psp 2.6.32: switch back to 'userspace' governor on beagleboard

git version control git at git.openembedded.org
Tue Apr 27 15:43:18 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0249c36719ca3b3fc4a1bb19049ca1eedfe73522
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0249c36719ca3b3fc4a1bb19049ca1eedfe73522

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Apr 27 17:38:52 2010 +0200

linux-omap-psp 2.6.32: switch back to 'userspace' governor on beagleboard
omap3: bump MACHINE_KERNEL_PR

---

 conf/machine/include/omap3.inc                     |    2 +-
 .../linux-omap-psp-2.6.32/beagleboard/defconfig    |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index de82901..fb0252d 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3"
 require conf/machine/include/tune-cortexa8.inc
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r70"
+MACHINE_KERNEL_PR = "r71"
 
 KERNEL_IMAGETYPE = "uImage"
 
diff --git a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig
index 626dbbb..5a33afa 100644
--- a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig
+++ b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig
@@ -381,9 +381,9 @@ CONFIG_CPU_FREQ_TABLE=y
 CONFIG_CPU_FREQ_DEBUG=y
 CONFIG_CPU_FREQ_STAT=y
 CONFIG_CPU_FREQ_STAT_DETAILS=y
-CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE
 # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
-# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE 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





More information about the Openembedded-commits mailing list