From 3231c8ce4b005f79ad27309907adc3de319e341c Mon Sep 17 00:00:00 2001 From: Chris Redpath Date: Mon, 17 Jun 2013 15:25:51 +0100 Subject: 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 --- linaro/configs/big-LITTLE-MP.conf | 2 -- 1 file changed, 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 -- cgit v1.2.3