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

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

Merge "sched/fair: Fix issue with trace flag not being set properly"

parents a8cbf3d8 34418fc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3189,8 +3189,8 @@ retry:
		}
	}
	p->last_cpu_selected_ts = sched_ktime_clock();
	sbc_flag |= env.sbc_best_cluster_flag;
out:
	sbc_flag |= env.sbc_best_cluster_flag;
	rcu_read_unlock();
	trace_sched_task_load(p, sched_boost(), env.reason, env.sync,
					env.need_idle, sbc_flag, target);