init.qcom.post_boot.sh: Remove energy-awareness
Enery-awareness is started as a service in init.target.rc. Removing it from the init.qcom.post_boot.sh Change-Id: If604b0b91904c94e5642da8e6f45e7d469914c6f
This commit is contained in:
parent
932e5abcdc
commit
ebbbec333d
|
@ -795,7 +795,6 @@ case "$target" in
|
|||
do
|
||||
echo "bw_hwmon" > $devfreq_gov
|
||||
done
|
||||
/system/bin/energy-awareness
|
||||
#enable rps static configuration
|
||||
echo 8 > /sys/class/net/rmnet_ipa0/queues/rx-0/rps_cpus
|
||||
echo 30 > /proc/sys/kernel/sched_small_task
|
||||
|
|
Loading…
Reference in New Issue