sdm660-common: rootdir: use lower screen-off cpus

Change-Id: I5eae018ec4e80b00e37dc9ff8cd356bc2cbb9280
This commit is contained in:
Stylogey 2020-05-06 19:30:52 +02:00 committed by OdSazib
parent 177f2057df
commit ae3c954326
No known key found for this signature in database
GPG key ID: CB336514F9F5CF69

View file

@ -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`