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

Commit b2b5c157 authored by Satya Durga Srinivasu Prabhala's avatar Satya Durga Srinivasu Prabhala Committed by Gerrit - the friendly Code Review server
Browse files

sched/core: remove core_ctl_check call from sched_tick



Remove core_ctl_check call from sched_tick which got
added accidentally as part of commit 07a16a8c
("sched: Add snapshot of core_ctl").

Change-Id: If1cf71c10302344a1693723d9236b4bd3078787d
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
parent 1eb5d78d
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