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

Commit c5616f2f authored by Srinath Sridharan's avatar Srinath Sridharan Committed by Andres Oportus
Browse files

ANDROID: sched/tune: Initialize raw_spin_lock in boosted_groups



bug: 32668852
Change-Id: Ice96230d88939d5973b1b6310085d1b3df9c47d9
Signed-off-by: default avatarSrinath Sridharan <srinathsr@google.com>
Signed-off-by: default avatarQuentin Perret <quentin.perret@arm.com>
parent c0c5d55c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -640,6 +640,7 @@ 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;