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

Commit 68da0e5a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: Set boost policy based on sysctl_sched_is_big_little"

parents e6e5b142 4356e199
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ static void set_boost_policy(int type)
		return;
	}

	if (min_possible_efficiency != max_possible_efficiency) {
	if (sysctl_sched_is_big_little) {
		boost_policy = SCHED_BOOST_ON_BIG;
		return;
	}