From 90893a90f4857e37ea098455c6183d8a906f6e59 Mon Sep 17 00:00:00 2001 From: Edwin Moquete Date: Sun, 19 Jun 2022 13:19:04 -0700 Subject: [PATCH] sdm710-common: rootdir: Kang runtime cpuset from crosshatch Change-Id: Icb4c39fb1f316effde856e1e10e6c19e391fab7d --- rootdir/etc/init.qcom.post_boot.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh index dc86955..5296339 100644 --- a/rootdir/etc/init.qcom.post_boot.sh +++ b/rootdir/etc/init.qcom.post_boot.sh @@ -4352,8 +4352,14 @@ case "$target" in echo 10 > /sys/class/devfreq/soc:qcom,mincpubw/polling_interval # cpuset parameters - echo 0-3 > /dev/cpuset/background/cpus + #echo 0-3 > /dev/cpuset/background/cpus + #echo 0-3 > /dev/cpuset/system-background/cpus + echo 0-7 > /dev/cpuset/top-app/cpus + echo 0-3,6-7 > /dev/cpuset/foreground/boost/cpus + echo 0-3,6-7 > /dev/cpuset/foreground/cpus + echo 0-1 > /dev/cpuset/background/cpus echo 0-3 > /dev/cpuset/system-background/cpus + echo 0-3 > /dev/cpuset/restricted/cpus # Turn off scheduler boost at the end echo 0 > /proc/sys/kernel/sched_boost