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

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

Merge "sched/core_ctl: Fix state_lock spinlock contention"

parents c2f18b4f d71b1a76
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -88,6 +88,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>
@@ -3260,6 +3261,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);
}