Merge "init: qcom: start irq balancer for msmtitanium"

This commit is contained in:
Linux Build Service Account 2015-12-24 05:52:27 -08:00 committed by Gerrit - the friendly Code Review server
commit c3edb8e5f9
1 changed files with 4 additions and 1 deletions

View File

@ -82,7 +82,7 @@ start_msm_irqbalance_8939()
{ {
if [ -f /system/bin/msm_irqbalance ]; then if [ -f /system/bin/msm_irqbalance ]; then
case "$platformid" in case "$platformid" in
"239" | "294" | "295") "239" | "293" | "294" | "295" | "304")
start msm_irqbalance;; start msm_irqbalance;;
esac esac
fi fi
@ -246,6 +246,9 @@ case "$target" in
"msm8909") "msm8909")
start_vm_bms start_vm_bms
;; ;;
"titanium")
start_msm_irqbalance_8939
;;
"msm8937") "msm8937")
start_msm_irqbalance_8939 start_msm_irqbalance_8939
if [ -f /sys/devices/soc0/soc_id ]; then if [ -f /sys/devices/soc0/soc_id ]; then