diff options
| author | Elektroschmock <elektroschmock78@googlemail.com> | 2017-05-10 17:23:52 +0200 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2017-06-28 12:17:42 +0000 |
| commit | a7d5b57fb0fd5f8cfdf5396b0e495d9c985cb11e (patch) | |
| tree | 7756b0d8ee8153cdbb6f5ac391a540c825ce0021 | |
| parent | 0dad21f5220e6fc02052ece22afabd34aa3481b0 (diff) | |
msm8916: Fix foreground/boost cpuset
As per cpuset man-page child cpusets can only have a subset
of the parent's cpus
Change-Id: Ib78196b13da29c9cc8241f476c45c667e7199e86
| -rw-r--r-- | rootdir/etc/init.qcom.power_msm8916.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.power_msm8916.rc b/rootdir/etc/init.qcom.power_msm8916.rc index 7e877dc..b1db54d 100644 --- a/rootdir/etc/init.qcom.power_msm8916.rc +++ b/rootdir/etc/init.qcom.power_msm8916.rc @@ -59,7 +59,7 @@ on enable-low-power # Update foreground and background cpusets # Reserve CPU 3 for the top app write /dev/cpuset/foreground/cpus 0-2 - write /dev/cpuset/foreground/boost/cpus 0-3 + write /dev/cpuset/foreground/boost/cpus 0-2 write /dev/cpuset/background/cpus 0-2 write /dev/cpuset/system-background/cpus 0-1 write /dev/cpuset/top-app/cpus 0-3 |
