Do not shutdown CPUs as this is catastrophic for cpusets
This commit is contained in:
parent
758e2580f0
commit
9b731532c1
1 changed files with 2 additions and 2 deletions
|
@ -192,8 +192,8 @@ on charger
|
|||
|
||||
on property:dev.bootcomplete=1
|
||||
write /sys/devices/system/cpu/cpu0/cpufreq/boot_lock 1 # AFTER_BOOT
|
||||
write /sys/devices/soc.0/cpu_budget_cool.16/roomage "0 0 0 0 1152000 4 0 0" # SCALE_UP_TO_4_CPUS
|
||||
write /sys/devices/soc.0/cpu_budget_cool.17/roomage "0 0 0 0 1152000 4 0 0" # SCALE_UP_TO_4_CPUS
|
||||
write /sys/devices/soc.0/cpu_budget_cool.16/roomage "0 4 0 0 1152000 4 0 0" # SCALE_UP_TO_4_CPUS
|
||||
write /sys/devices/soc.0/cpu_budget_cool.17/roomage "0 4 0 0 1152000 4 0 0" # SCALE_UP_TO_4_CPUS
|
||||
write /sys/class/devfreq/dramfreq/adaptive/pause 1 # DISABLE_DRAM_CHANGE
|
||||
write /sys/devices/1c40000.gpu/dvfs/android 4 # GPU_NORMAL
|
||||
write /sys/kernel/autohotplug/enable 1 # AUTO DISCONNECT
|
||||
|
|
Loading…
Reference in a new issue