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

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

Merge "sched: Improve the scheduler"

parents 8d3aee95 0a713078
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2556,6 +2556,11 @@ static void _set_preferred_cluster(struct related_thread_group *grp)
	if (list_empty(&grp->tasks))
		return;

	if (!sysctl_sched_is_big_little) {
		grp->preferred_cluster = sched_cluster[0];
		return;
	}

	wallclock = ktime_get_ns();

	/*