Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Revert "sched: Disable fast util_est ramping"
Browse files Browse the repository at this point in the history
This reverts commit c3415a6.
  • Loading branch information
kailashrs committed Sep 2, 2020
1 parent 98fc084 commit 78f2403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched/features.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SCHED_FEAT(ATTACH_AGE_LOAD, true)
* UtilEstimation. Use estimated CPU utilization.
*/
SCHED_FEAT(UTIL_EST, true)
SCHED_FEAT(UTIL_EST_FASTUP, false)
SCHED_FEAT(UTIL_EST_FASTUP, true)

/*
* Energy aware scheduling. Use platform energy model to guide scheduling
Expand Down

0 comments on commit 78f2403

Please sign in to comment.