msm8998: Disable sched_boost in post boot
Reset sched_boost to 0 which was set to 1 in init.target.rc Change-Id: Ia453bbe402fc8cafc9365d439c07c3a475ddfd72
This commit is contained in:
parent
57ef3e2fbb
commit
b42e0e0535
|
@ -2557,6 +2557,7 @@ case "$target" in
|
|||
|
||||
echo 0-3 > /dev/cpuset/background/cpus
|
||||
echo 0-3 > /dev/cpuset/system-background/cpus
|
||||
echo 0 > /proc/sys/kernel/sched_boost
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue