Skip to content

Commit c0dd326

Browse files
committed
Revert "sched: Do not reduce perceived CPU capacity while idle"
This reverts commit 20dfb57.
1 parent f99e247 commit c0dd326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/sched/features.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SCHED_FEAT(LB_BIAS, true)
4343
/*
4444
* Decrement CPU capacity based on time not spent running tasks
4545
*/
46-
SCHED_FEAT(NONTASK_CAPACITY, false)
46+
SCHED_FEAT(NONTASK_CAPACITY, true)
4747

4848
/*
4949
* Queue remote wakeups on the target CPU and process them

0 commit comments

Comments
 (0)