hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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.