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:
Jake Weinstein 2024-07-21 20:16:00 +05:30 committed by Anand S
parent 3351ac9c03
commit 6e4c4fa62b
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61

View file

@ -23,3 +23,4 @@ echo 128 > /sys/block/dm-9/queue/read_ahead_kb
# cpuset
echo 0-1 > /dev/cpuset/background/cpus
echo 0-3 > /dev/cpuset/system-background/cpus
echo 0-3 > /dev/cpuset/restricted/cpus