projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
automatically mount sd-card as it's possible (might be done via hotplug later)
[openwrt.git]
/
target
/
linux
/
pxa
/
patches-2.6.21
/
016-cpufreq-ondemand-by-default.patch
diff --git
a/target/linux/pxa/patches-2.6.21/016-cpufreq-ondemand-by-default.patch
b/target/linux/pxa/patches-2.6.21/016-cpufreq-ondemand-by-default.patch
index
dba8d9f
..
78d99f2
100644
(file)
--- a/
target/linux/pxa/patches-2.6.21/016-cpufreq-ondemand-by-default.patch
+++ b/
target/linux/pxa/patches-2.6.21/016-cpufreq-ondemand-by-default.patch
@@
-1,7
+1,5
@@
-Index: linux-2.6.21.7/drivers/cpufreq/Kconfig
-===================================================================
---- linux-2.6.21.7.orig/drivers/cpufreq/Kconfig
-+++ linux-2.6.21.7/drivers/cpufreq/Kconfig
+--- a/drivers/cpufreq/Kconfig
++++ b/drivers/cpufreq/Kconfig
@@ -52,7 +52,7 @@ config CPU_FREQ_STAT_DETAILS
choice
@@ -52,7 +52,7 @@ config CPU_FREQ_STAT_DETAILS
choice
@@
-26,10
+24,8
@@
Index: linux-2.6.21.7/drivers/cpufreq/Kconfig
endchoice
config CPU_FREQ_GOV_PERFORMANCE
endchoice
config CPU_FREQ_GOV_PERFORMANCE
-Index: linux-2.6.21.7/include/linux/cpufreq.h
-===================================================================
---- linux-2.6.21.7.orig/include/linux/cpufreq.h
-+++ linux-2.6.21.7/include/linux/cpufreq.h
+--- a/include/linux/cpufreq.h
++++ b/include/linux/cpufreq.h
@@ -286,6 +286,9 @@ extern struct cpufreq_governor cpufreq_g
#elif defined(CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE)
extern struct cpufreq_governor cpufreq_gov_userspace;
@@ -286,6 +286,9 @@ extern struct cpufreq_governor cpufreq_g
#elif defined(CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE)
extern struct cpufreq_governor cpufreq_gov_userspace;
This page took
0.023979 seconds
and
4
git commands to generate.