diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index 320cba04..e27cfabc 100644 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -2733,6 +2733,7 @@ case "$target" in # cpuset settings echo 0-3 > /dev/cpuset/background/cpus echo 0-3 > /dev/cpuset/system-background/cpus + echo 0-3 > /dev/cpuset/restricted/cpus #if the kernel version >=4.14,use the schedutil governor KernelVersionStr=`cat /proc/sys/kernel/osrelease`