hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/kernel/sched/features.h
....@@ -45,19 +45,11 @@
4545 */
4646 SCHED_FEAT(NONTASK_CAPACITY, true)
4747
48
-#ifdef CONFIG_PREEMPT_RT
49
-SCHED_FEAT(TTWU_QUEUE, false)
50
-# ifdef CONFIG_PREEMPT_LAZY
51
-SCHED_FEAT(PREEMPT_LAZY, true)
52
-# endif
53
-#else
54
-
5548 /*
5649 * Queue remote wakeups on the target CPU and process them
5750 * using the scheduler IPI. Reduces rq->lock contention/bounces.
5851 */
5952 SCHED_FEAT(TTWU_QUEUE, true)
60
-#endif
6153
6254 /*
6355 * When doing wakeups, attempt to limit superfluous scans of the LLC domain.