Loading kernel/sched/features.h +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ SCHED_FEAT(NONTASK_CAPACITY, true) * Queue remote wakeups on the target CPU and process them * using the scheduler IPI. Reduces rq->lock contention/bounces. */ SCHED_FEAT(TTWU_QUEUE, true) SCHED_FEAT(TTWU_QUEUE, false) SCHED_FEAT(FORCE_SD_OVERLAP, false) SCHED_FEAT(RT_RUNTIME_SHARE, true) Loading Loading
kernel/sched/features.h +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ SCHED_FEAT(NONTASK_CAPACITY, true) * Queue remote wakeups on the target CPU and process them * using the scheduler IPI. Reduces rq->lock contention/bounces. */ SCHED_FEAT(TTWU_QUEUE, true) SCHED_FEAT(TTWU_QUEUE, false) SCHED_FEAT(FORCE_SD_OVERLAP, false) SCHED_FEAT(RT_RUNTIME_SHARE, true) Loading