Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06bd37af authored by Josh Choo's avatar Josh Choo Committed by Andrea
Browse files

sched: Turn on MIN_CAPACITY_CAPPING feature

Inform scheduler about capacity restrictions, such as during frequency
boosting.
parent d3955173
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -84,4 +84,4 @@ SCHED_FEAT(ENERGY_AWARE, false)
 * If enabled, this can be used to inform the scheduler about capacity
 * If enabled, this can be used to inform the scheduler about capacity
 * restrictions.
 * restrictions.
 */
 */
SCHED_FEAT(MIN_CAPACITY_CAPPING, false)
SCHED_FEAT(MIN_CAPACITY_CAPPING, true)