kernel/kernel/sched/features.h
.. .. @@ -45,19 +45,11 @@ 45 45 */ 46 46 SCHED_FEAT(NONTASK_CAPACITY, true) 47 47 48 -#ifdef CONFIG_PREEMPT_RT49 -SCHED_FEAT(TTWU_QUEUE, false)50 -# ifdef CONFIG_PREEMPT_LAZY51 -SCHED_FEAT(PREEMPT_LAZY, true)52 -# endif53 -#else54 -55 48 /* 56 49 * Queue remote wakeups on the target CPU and process them 57 50 * using the scheduler IPI. Reduces rq->lock contention/bounces. 58 51 */ 59 52 SCHED_FEAT(TTWU_QUEUE, true) 60 -#endif61 53 62 54 /* 63 55 * When doing wakeups, attempt to limit superfluous scans of the LLC domain.