projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46706b3
)
Revert "cpufreq: ondemand: rk29 ignore nice default"
author
黄涛
<huangtao@rock-chips.com>
Mon, 1 Aug 2011 06:41:15 +0000
(14:41 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Mon, 1 Aug 2011 06:44:13 +0000
(14:44 +0800)
This reverts commit
71e7f0d47f03ed67282ae6e5a8c46b3d1b5f0113
.
drivers/cpufreq/cpufreq_ondemand.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/cpufreq_ondemand.c
b/drivers/cpufreq/cpufreq_ondemand.c
index 1fdbbe4d2e3de62611b841ce927a2cc09a1f62ac..2081b289a8090b0ba2ca3c32fabf7c8e7fb11f68 100644
(file)
--- a/
drivers/cpufreq/cpufreq_ondemand.c
+++ b/
drivers/cpufreq/cpufreq_ondemand.c
@@
-116,11
+116,7
@@
static struct dbs_tuners {
} dbs_tuners_ins = {
.up_threshold = DEF_FREQUENCY_UP_THRESHOLD,
.down_differential = DEF_FREQUENCY_DOWN_DIFFERENTIAL,
-#ifdef CONFIG_ARCH_RK29
- .ignore_nice = 1,
-#else
.ignore_nice = 0,
-#endif
.powersave_bias = 0,
};