Skip to content

Commit 2f9fd9e

Browse files
committed
Merge tag 'pm-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull power management fix from Rafael Wysocki: "Fix a recent Energy Model change that went against a recent scheduler change made independently (Vincent Guittot)" * tag 'pm-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: PM: EM: fix wrong utilization estimation in em_cpu_energy()
2 parents b21defc + 8130b05 commit 2f9fd9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/energy_model.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ static inline unsigned long em_cpu_energy(struct em_perf_domain *pd,
245245
* max utilization to the allowed CPU capacity before calculating
246246
* effective performance.
247247
*/
248-
max_util = map_util_perf(max_util);
249248
max_util = min(max_util, allowed_cpu_cap);
250249

251250
/*

0 commit comments

Comments
 (0)