aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2012-09-12 09:04:17 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2012-11-15 21:40:05 +0530
commit5e17bf149b803c4845add20d625de9c2c22b864d (patch)
tree2abe57cbd92b5b5c1d08f83554cd9fe6bf30353b
parent5f624d634c611a785e0d234807a34c34fdccb2e2 (diff)
config-frag/big-LITTLE: Use device-tree to provide fast/slow CPU list for HMP
Currently there are two ways of passing list of fast-slow CPU's to kernel. One via configs and other via DT. Code tries to get them via configs first an then try for DT. To make it configurable via DT by default, make config strings empty. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reported-by: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
-rw-r--r--linaro/configs/big-LITTLE-MP.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/linaro/configs/big-LITTLE-MP.conf b/linaro/configs/big-LITTLE-MP.conf
index df35474eff10..df9cfa0554c3 100644
--- a/linaro/configs/big-LITTLE-MP.conf
+++ b/linaro/configs/big-LITTLE-MP.conf
@@ -5,5 +5,5 @@ CONFIG_NO_HZ=y
CONFIG_SCHED_MC=y
CONFIG_DISABLE_CPU_SCHED_DOMAIN_BALANCE=y
CONFIG_SCHED_HMP=y
-CONFIG_HMP_FAST_CPU_MASK="0-1"
-CONFIG_HMP_SLOW_CPU_MASK="2-3"
+CONFIG_HMP_FAST_CPU_MASK=""
+CONFIG_HMP_SLOW_CPU_MASK=""