From 3776f978cdecfdb9f2191af4201d427a43b10018 Mon Sep 17 00:00:00 2001 From: Chris Redpath Date: Fri, 30 Jan 2015 16:44:17 +0900 Subject: [PATCH] Revert "sched: Enable HMP priority filter by default" This reverts commit 6ede44cadf39e35cd2f4fc0ebda8d85f6eca8947. Having the priority filter enabled prevents proper operation on Android systems where a wider range of priorities are used by userspace to partition types of tasks. Those tasks should still be able to benefit from the use of big CPUs when required. Signed-off-by: Chris Redpath --- arch/arm64/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 0ef7ba9..c14512a 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -536,7 +536,6 @@ 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 -- 2.7.4