From a7d5b57fb0fd5f8cfdf5396b0e495d9c985cb11e Mon Sep 17 00:00:00 2001 From: Elektroschmock Date: Wed, 10 May 2017 17:23:52 +0200 Subject: 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 --- rootdir/etc/init.qcom.power_msm8916.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3