From 9b731532c157dff3d13ffcf855890fa6f7e94dcc Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Sun, 12 Feb 2017 12:02:36 +0100 Subject: [PATCH] Do not shutdown CPUs as this is catastrophic for cpusets --- tulip-chiphd/init.sun50iw1p1.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tulip-chiphd/init.sun50iw1p1.rc b/tulip-chiphd/init.sun50iw1p1.rc index 911e7b5..7581329 100755 --- a/tulip-chiphd/init.sun50iw1p1.rc +++ b/tulip-chiphd/init.sun50iw1p1.rc @@ -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