aboutsummaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2012-09-12 09:04:17 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2013-05-16 16:27:27 +0530
commit1259bc2800266d640a0be70f428e0525ef766de6 (patch)
tree95e8476ec5fe0fe7c83f93242e1e36fa4d33ee25 /linaro
parentb0b6fd7bcff4bf8c6dfdfd9c76f31ecbc86a5f0c (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>
Diffstat (limited to 'linaro')
-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 df35474eff1..df9cfa0554c 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=""