aboutsummaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorChris Redpath <chris.redpath@arm.com>2013-06-17 15:25:51 +0100
committerJon Medhurst <tixy@linaro.org>2013-07-17 11:21:41 +0100
commit3231c8ce4b005f79ad27309907adc3de319e341c (patch)
treee16959a249e1909ebfcbe49caf97feebd185647b /linaro
parent7c88e2bd50fc093c96c912090b712b682ae72641 (diff)
config: Disable priority filtering for HMP Scheduler
Android uses threads with very low priority by default to implement AsyncTask APIs. This means that applications making use of these APIs to produce multithreaded code are penalised by not allowing use of big CPUs as necessary. Signed-off-by: Chris Redpath <chris.redpath@arm.com>
Diffstat (limited to 'linaro')
-rw-r--r--linaro/configs/big-LITTLE-MP.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/linaro/configs/big-LITTLE-MP.conf b/linaro/configs/big-LITTLE-MP.conf
index 8cc2be049a4..0bbc603a13e 100644
--- a/linaro/configs/big-LITTLE-MP.conf
+++ b/linaro/configs/big-LITTLE-MP.conf
@@ -9,5 +9,3 @@ CONFIG_HMP_FAST_CPU_MASK=""
CONFIG_HMP_SLOW_CPU_MASK=""
CONFIG_HMP_VARIABLE_SCALE=y
CONFIG_HMP_FREQUENCY_INVARIANT_SCALE=y
-CONFIG_SCHED_HMP_PRIO_FILTER=y
-CONFIG_SCHED_HMP_PRIO_FILTER_VAL=5