sdm660-common: post_boot: msm8937: Disable core_ctl for 8917
core_ctl's enable & disable nodes are differnt on different kernel versions. Fix Disabling of core_ctl for msm8917. CRs-Fixed: 2366575 Change-Id: Ide7fc5384b34e9e686fe686f9fd70aaaaffcc278
This commit is contained in:
parent
6d21c523c7
commit
33fed0a190
1 changed files with 1 additions and 1 deletions
|
@ -2017,7 +2017,7 @@ case "$target" in
|
|||
echo 0 > /proc/sys/kernel/sched_boost
|
||||
|
||||
# core_ctl is not needed for 8917. Disable it.
|
||||
echo 1 > /sys/devices/system/cpu/cpu0/core_ctl/disable
|
||||
disable_core_ctl
|
||||
|
||||
for devfreq_gov in /sys/class/devfreq/qcom,mincpubw*/governor
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue