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

Commit 9242754f authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched/core: remove core_ctl_check call from sched_tick"

parents 8e52c9aa b2b5c157
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@

#include "pelt.h"
#include "walt.h"
#include "core_ctl.h"

#define CREATE_TRACE_POINTS
#include <trace/events/sched.h>
@@ -3201,8 +3200,6 @@ void scheduler_tick(void)

	if (curr->sched_class == &fair_sched_class)
		check_for_migration(rq, curr);

	core_ctl_check(wallclock);
}

#ifdef CONFIG_NO_HZ_FULL