mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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>
This commit is contained in:
committed by
Jon Medhurst
parent
7c88e2bd50
commit
3231c8ce4b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user