Merge "sdm845: Modify cpusets for bg and system-bg"
This commit is contained in:
commit
9ee995fd9b
|
@ -2422,8 +2422,8 @@ case "$target" in
|
|||
echo "cpufreq" > /sys/class/devfreq/soc:qcom,mincpubw/governor
|
||||
|
||||
# cpuset parameters
|
||||
echo 0 > /dev/cpuset/background/cpus
|
||||
echo 0-2 > /dev/cpuset/system-background/cpus
|
||||
echo 0-3 > /dev/cpuset/background/cpus
|
||||
echo 0-3 > /dev/cpuset/system-background/cpus
|
||||
|
||||
# Turn off scheduler boost at the end
|
||||
echo 0 > /proc/sys/kernel/sched_boost
|
||||
|
|
Loading…
Reference in New Issue