From: Chris Redpath Date: Mon, 17 Jun 2013 14:25:51 +0000 (+0100) Subject: config: Disable priority filtering for HMP Scheduler X-Git-Tag: firefly_0821_release~3680^2~237^2^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3231c8ce4b005f79ad27309907adc3de319e341c;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/linaro/configs/big-LITTLE-MP.conf b/linaro/configs/big-LITTLE-MP.conf index 8cc2be049a41..0bbc603a13e5 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