diff options
author | Lennart Wieboldt <lennart.1997@gmx.de> | 2017-11-13 08:50:15 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-01-20 09:42:53 +0100 |
commit | 837270dba6cd704a2bdb2c860a163319cbeffaff (patch) | |
tree | 847360c2e886cafb80c9f40ad762b675d7670f52 /rootdir/etc/init.qcom.power.rc | |
parent | e0fb4db74f8c53e0945b3ede7a40fc8463ad650d (diff) |
msm8996-common: remove cpuset foreground boost
Cpuset foreground boost is departed since
https://android.googlesource.com/platform/frameworks/base/+/a712d4058f6f85268838
Change-Id: Iab1834dbb8cce15480b5e11968bcfff7cc80177e
Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'rootdir/etc/init.qcom.power.rc')
-rwxr-xr-x | rootdir/etc/init.qcom.power.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.power.rc b/rootdir/etc/init.qcom.power.rc index ac92ea9..a454fb8 100755 --- a/rootdir/etc/init.qcom.power.rc +++ b/rootdir/etc/init.qcom.power.rc @@ -5,7 +5,6 @@ on boot # Update foreground and background cpusets write /dev/cpuset/foreground/cpus 0-3 - write /dev/cpuset/foreground/boost/cpus 0-3 write /dev/cpuset/background/cpus 0-3 write /dev/cpuset/system-background/cpus 0-3 write /dev/cpuset/top-app/cpus 0-3 |