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:
Chitti Babu Theegala 2017-05-31 16:38:26 +05:30
parent 57ef3e2fbb
commit b42e0e0535
1 changed files with 1 additions and 0 deletions

View File

@ -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