aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Popi <theh2o64@gmail.com>2017-03-01 07:50:17 +0100
committerFaiz Authar <faizauthar@gmail.com>2017-03-05 09:07:22 +0000
commit6398d637e1103a3fbe0d7fb9ab60a053abe1bb5e (patch)
tree2f68db7eaaf55c5984242aed5b10399928dad33a
parentc87f3bd95788fc4e2c6037c12983d35a625a47d6 (diff)
ferrari: core_ctl has moved to cyanogen/msm8916-commonHEADn7.1
Change-Id: I10b03f6dc566792318686ad4f7f44c5afbc8f3cd
-rw-r--r--rootdir/etc/init.target.rc15
1 files changed, 0 insertions, 15 deletions
diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc
index d25bfb6..6c580f3 100644
--- a/rootdir/etc/init.target.rc
+++ b/rootdir/etc/init.target.rc
@@ -93,21 +93,6 @@ service btsnoop /system/bin/btsnoop
disabled
oneshot
-on enable-low-power
-
- # Enable core control
- write /sys/devices/system/cpu/cpu0/core_ctl/min_cpus 0
- write /sys/devices/system/cpu/cpu0/core_ctl/max_cpus 4
- write /sys/devices/system/cpu/cpu0/core_ctl/busy_up_thres 68
- write /sys/devices/system/cpu/cpu0/core_ctl/busy_down_thres 40
- write /sys/devices/system/cpu/cpu0/core_ctl/offline_delay_ms 100
- write /sys/devices/system/cpu/cpu0/core_ctl/task_thres 4
- write /sys/devices/system/cpu/cpu0/core_ctl/is_big_cluster 1
- write /sys/devices/system/cpu/cpu4/core_ctl/busy_up_thres 20
- write /sys/devices/system/cpu/cpu4/core_ctl/busy_down_thres 5
- write /sys/devices/system/cpu/cpu4/core_ctl/offline_delay_ms 5000
- write /sys/devices/system/cpu/cpu4/core_ctl/not_preferred 1
-
service ppd /system/bin/mm-pp-daemon
class late_start
disabled