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

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

Merge "Revert "ANDROID: sched/tune: Initialize raw_spin_lock in boosted_groups""

parents 51d444d7 57637bbc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -838,7 +838,6 @@ schedtune_boostgroup_init(struct schedtune *st)
		bg = &per_cpu(cpu_boost_groups, cpu);
		bg->group[st->idx].boost = 0;
		bg->group[st->idx].tasks = 0;
		raw_spin_lock_init(&bg->lock);
	}

	return 0;