aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisa Nguyen <lisa.nguyen@linaro.org>2015-01-26 17:19:27 -0800
committerLisa Nguyen <lisa.nguyen@linaro.org>2015-02-02 13:53:49 -0800
commitde602602d51114143a54741202c18d2089c433da (patch)
tree4bbcb05f2e0195bb95d2ce5cc50b1f2ec9258481
parent31c3d5115e9fd7f718804195925493be214e259c (diff)
Switches: Add hotplug_allow_cpu0=0
Add an entry in Switches.sh to export and set the hotplug_allow_cpu0 variable to zero. This will resolve Android issues where invalid comparisons cannot be made in the cpuhotplug scripts. Android runs the Switches.sh script before it runs any test modules. Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
-rw-r--r--Switches.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Switches.sh b/Switches.sh
index 1ea1cd9..ed67481 100644
--- a/Switches.sh
+++ b/Switches.sh
@@ -6,3 +6,6 @@ export suspend_pmsuspend=1
export suspend_mem=1
export suspend_ac=0
export suspend_power=0
+
+# Disable hotplugging cpu0 by default
+hotplug_allow_cpu0=0