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

Commit 8fbc286d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched/fair: fix issue with max_capacity"

parents dad85225 7dbcbcd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9186,7 +9186,7 @@ void update_group_capacity(struct sched_domain *sd, int cpu)
				capacity += sgc->capacity;
				min_capacity = min(sgc->min_capacity,
							min_capacity);
				max_capacity = min(sgc->max_capacity,
				max_capacity = max(sgc->max_capacity,
							max_capacity);
			}
			group = group->next;