land: don't load core_ctl module
core_ctl is now statically built with in the kernel. No need to load it. Change-Id: I7635d6f136ac2c791af8c49989f2db768385d6c3
This commit is contained in:
parent
dfad696d54
commit
92505e3728
1 changed files with 1 additions and 2 deletions
|
@ -103,8 +103,7 @@ on enable-low-power
|
|||
write /proc/sys/kernel/sched_freq_inc_notify 50000
|
||||
write /proc/sys/kernel/sched_freq_dec_notify 50000
|
||||
|
||||
# Enable core control
|
||||
insmod /system/lib/modules/core_ctl.ko
|
||||
# Core control
|
||||
write /sys/devices/system/cpu/cpu0/core_ctl/min_cpus 2
|
||||
write /sys/devices/system/cpu/cpu0/core_ctl/max_cpus 4
|
||||
write /sys/devices/system/cpu/cpu0/core_ctl/busy_up_thres 68
|
||||
|
|
Loading…
Reference in a new issue