sm6375-common: Do not allow restricted tasks to run on big cores
The restricted cpuset is for system tasks that are throttled because the screen is off. Google only runs these tasks on the little cluster to save power and we will follow suit. Change-Id: I0174beb11dae2109df4ddf65304bd50c5cc05264
This commit is contained in:
parent
5032fbe044
commit
22f83eb7c3
1 changed files with 1 additions and 0 deletions
|
@ -23,3 +23,4 @@ echo 128 > /sys/block/dm-9/queue/read_ahead_kb
|
||||||
# cpuset
|
# cpuset
|
||||||
echo 0-1 > /dev/cpuset/background/cpus
|
echo 0-1 > /dev/cpuset/background/cpus
|
||||||
echo 0-3 > /dev/cpuset/system-background/cpus
|
echo 0-3 > /dev/cpuset/system-background/cpus
|
||||||
|
echo 0-3 > /dev/cpuset/restricted/cpus
|
||||||
|
|
Loading…
Reference in a new issue