diff options
author | Morten Rasmussen <morten.rasmussen@arm.com> | 2012-10-10 14:51:25 +0100 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2012-10-11 09:21:06 +0530 |
commit | 2e91a21772260ab89fc7b30c535233b2641520d8 (patch) | |
tree | b6d8892bf710f44c65c86c5483a746c6736841c2 | |
parent | 1da86fc2b6cb3ba3d757efe3edf25167a37ba580 (diff) | |
download | vexpress-lsk-2e91a21772260ab89fc7b30c535233b2641520d8.tar.gz |
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 <morten.rasmussen@arm.com>
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 746b2e7f4d2..f5f13752041 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1573,6 +1573,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 |