aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched/features.h')
-rw-r--r--kernel/sched/features.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched/features.h b/kernel/sched/features.h
index 6660d535b4ba..bd395af7ac7f 100644
--- a/kernel/sched/features.h
+++ b/kernel/sched/features.h
@@ -90,6 +90,7 @@ SCHED_FEAT(WA_BIAS, true)
90 * UtilEstimation. Use estimated CPU utilization. 90 * UtilEstimation. Use estimated CPU utilization.
91 */ 91 */
92SCHED_FEAT(UTIL_EST, true) 92SCHED_FEAT(UTIL_EST, true)
93SCHED_FEAT(UTIL_EST_FASTUP, true)
93 94
94/* 95/*
95 * Fast pre-selection of CPU candidates for EAS. 96 * Fast pre-selection of CPU candidates for EAS.