summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Weinstein <jake@aospa.co>2017-10-23 22:39:07 -0400
committerJake Weinstein <jake@aospa.co>2017-10-23 22:39:07 -0400
commit79933cbfe8febe5c62c14369d970eddbaf5da2ca (patch)
tree57cb25350b89b39239055a539aff62fc411632f3
parent4aab2f3500866e8d10cef90e7316e12fa41bb689 (diff)
downloaddragon-79933cbfe8febe5c62c14369d970eddbaf5da2ca.tar.gz
Remove Foreground Boost CPUSet
This functionality was removed at https://android.googlesource.com/platform/frameworks/base/+/a712d4058f6f85268838
-rw-r--r--init.dragon.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.dragon.rc b/init.dragon.rc
index 2f5f389..77309cc 100644
--- a/init.dragon.rc
+++ b/init.dragon.rc
@@ -135,7 +135,6 @@ on boot
# update foreground cpuset now that processors are up
# reserve CPU 3 for the top app
write /dev/cpuset/foreground/cpus 0-2
- write /dev/cpuset/foreground/boost/cpus 0-2
write /dev/cpuset/background/cpus 0
write /dev/cpuset/system-background/cpus 0-1
write /dev/cpuset/top-app/cpus 0-3