summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux-rp-2.6.25+2.6.26-rc4/cpufreq-fix.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-06-27 17:50:47 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-06-27 17:50:47 +0000
commita6e8538c3e09c229e5527a0ec8331642026df761 (patch)
treedf5d98ddaf8eb298b40c1d9e691cbe60916481f3 /meta/packages/linux/linux-rp-2.6.25+2.6.26-rc4/cpufreq-fix.patch
parent87905fd6d5735176bef58bdb4dbf793c6dd5a6b3 (diff)
downloadopenembedded-core-a6e8538c3e09c229e5527a0ec8331642026df761.tar.gz
openembedded-core-a6e8538c3e09c229e5527a0ec8331642026df761.tar.bz2
openembedded-core-a6e8538c3e09c229e5527a0ec8331642026df761.tar.xz
openembedded-core-a6e8538c3e09c229e5527a0ec8331642026df761.zip
linux-rp 2.6.26-rc4: fix c7x0 config, added patch for unbreaking CPUFreq
"conservative" governor cannot be compiled into kernel without simple patch (send mainline) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4742 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux-rp-2.6.25+2.6.26-rc4/cpufreq-fix.patch')
-rw-r--r--meta/packages/linux/linux-rp-2.6.25+2.6.26-rc4/cpufreq-fix.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.25+2.6.26-rc4/cpufreq-fix.patch b/meta/packages/linux/linux-rp-2.6.25+2.6.26-rc4/cpufreq-fix.patch
new file mode 100644
index 000000000..a3c996f7b
--- /dev/null
+++ b/meta/packages/linux/linux-rp-2.6.25+2.6.26-rc4/cpufreq-fix.patch
@@ -0,0 +1,18 @@
+---
+ drivers/cpufreq/Kconfig | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- linux-2.6.25.orig/drivers/cpufreq/Kconfig
++++ linux-2.6.25/drivers/cpufreq/Kconfig
+@@ -168,10 +168,11 @@ config CPU_FREQ_GOV_ONDEMAND
+ If in doubt, say N.
+
+ config CPU_FREQ_GOV_CONSERVATIVE
+ tristate "'conservative' cpufreq governor"
+ depends on CPU_FREQ
++ select CPU_FREQ_TABLE
+ help
+ 'conservative' - this driver is rather similar to the 'ondemand'
+ governor both in its source code and its purpose, the difference is
+ its optimisation for better suitability in a battery powered
+ environment. The frequency is gracefully increased and decreased