mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
Revert "cpufreq: ondemand: rk29 ignore nice default"
This reverts commit 71e7f0d47f.
This commit is contained in:
parent
46706b39d3
commit
4e6dc226c1
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user