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

Commit 20e0464b authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched/core_ctl: Fix state_lock spinlock contention" into msm-4.9

parents d3e82a5a e9afb1aa
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@
#include "sched.h"
#include "../workqueue_internal.h"
#include "../smpboot.h"
#include "../time/tick-internal.h"

#define CREATE_TRACE_POINTS
#include <trace/events/sched.h>
@@ -3393,6 +3394,7 @@ void scheduler_tick(void)
	if (curr->sched_class == &fair_sched_class)
		check_for_migration(rq, curr);

	if (cpu == tick_do_timer_cpu)
		core_ctl_check(wallclock);
	sched_freq_tick(cpu);
}