sm8350-common: rootdir: 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.
This commit is contained in:
parent
1e5532f898
commit
e98e50ce49
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ echo 325 > /proc/sys/kernel/walt_low_latency_task_threshold
|
|||
|
||||
# cpuset parameters
|
||||
echo 0-3 > /dev/cpuset/background/cpus
|
||||
echo 0-3 > /dev/cpuset/restricted/cpus
|
||||
echo 0-3 > /dev/cpuset/system-background/cpus
|
||||
|
||||
# configure governor settings for silver cluster
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue