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

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

Merge "sched: fair: Fix !SCHED_WALT compilation issue"

parents 363fa92d 6bf20ec8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11612,7 +11612,8 @@ static bool silver_has_big_tasks(void)
	for_each_possible_cpu(cpu) {
		if (!is_min_capacity_cpu(cpu))
			break;
		if (cpu_rq(cpu)->walt_stats.nr_big_tasks)

		if (walt_big_tasks(cpu))
			return true;
	}