aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_features.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched_features.h')
-rw-r--r--kernel/sched_features.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/sched_features.h b/kernel/sched_features.h
index c545e048dfed..404288354aee 100644
--- a/kernel/sched_features.h
+++ b/kernel/sched_features.h
@@ -13,13 +13,6 @@ SCHED_FEAT(FAIR_SLEEPERS, 1)
13SCHED_FEAT(GENTLE_FAIR_SLEEPERS, 1) 13SCHED_FEAT(GENTLE_FAIR_SLEEPERS, 1)
14 14
15/* 15/*
16 * By not normalizing the sleep time, heavy tasks get an effective
17 * longer period, and lighter task an effective shorter period they
18 * are considered running.
19 */
20SCHED_FEAT(NORMALIZED_SLEEPER, 0)
21
22/*
23 * Place new tasks ahead so that they do not starve already running 16 * Place new tasks ahead so that they do not starve already running
24 * tasks 17 * tasks
25 */ 18 */