From: Morten Rasmussen Date: Wed, 10 Oct 2012 13:51:25 +0000 (+0100) Subject: sched: Enable HMP priority filter by default X-Git-Tag: firefly_0821_release~3680^2~16^2^2~69 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1b8ae251638844173bd04a4c9e543581f3d92fbd;p=firefly-linux-kernel-4.4.55.git sched: Enable HMP priority filter by default This updates the ARM Kconfig to enable the HMP priority filter by default. Signed-off-by: Morten Rasmussen --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index bc19fa61b907..975b69596e95 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1514,6 +1514,7 @@ config SCHED_HMP config SCHED_HMP_PRIO_FILTER bool "(EXPERIMENTAL) Filter HMP migrations by task priority" depends on SCHED_HMP + default y help Enables task priority based HMP migration filter. Any task with a NICE value above the threshold will always be on low-power cpus