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

Commit 05cbcfcc authored by Runmin Wang's avatar Runmin Wang
Browse files

sched/fair: Remove a duplicate trace print



If the FBT takes the fast path for prev_cpu, a duplicate trace_print
would occur and shares no additional information. Clean this addtional
trace_print.

Change-Id: I3257ffab03b6ba27bec226609b553ff25297e513
Signed-off-by: default avatarRunmin Wang <runminw@codeaurora.org>
parent f7187a9f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6746,8 +6746,6 @@ static void find_best_target(struct sched_domain *sd, cpumask_t *cpus,
			target_cpu = prev_cpu;

			fbt_env->fastpath = PREV_CPU_FASTPATH;
			trace_sched_find_best_target(p, prefer_idle, min_util,
					start_cpu, -1, -1, -1, target_cpu, -1);
			goto target;
		}
	}