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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/sched_features.h b/kernel/sched_features.h
index 850f9809cf81..1cb7c4701bf3 100644
--- a/kernel/sched_features.h
+++ b/kernel/sched_features.h
@@ -23,11 +23,6 @@ SCHED_FEAT(WAKEUP_PREEMPT, 1)
23SCHED_FEAT(ASYM_GRAN, 1) 23SCHED_FEAT(ASYM_GRAN, 1)
24 24
25/* 25/*
26 * Always wakeup-preempt SYNC wakeups, see SYNC_WAKEUPS.
27 */
28SCHED_FEAT(WAKEUP_SYNC, 0)
29
30/*
31 * Use the SYNC wakeup hint, pipes and the likes use this to indicate 26 * Use the SYNC wakeup hint, pipes and the likes use this to indicate
32 * the remote end is likely to consume the data we just wrote, and 27 * the remote end is likely to consume the data we just wrote, and
33 * therefore has cache benefit from being placed on the same cpu, see 28 * therefore has cache benefit from being placed on the same cpu, see