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

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

Merge "sched: cpufreq: Use sched_clock instead of rq_clock when updating schedutil" into msm-4.9

parents b62ca7fe 61ea1d3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2215,7 +2215,7 @@ static inline void cpufreq_update_util(struct rq *rq, unsigned int flags)

	data = rcu_dereference_sched(*this_cpu_ptr(&cpufreq_update_util_data));
	if (data)
		data->func(data, rq_clock(rq), flags);
		data->func(data, sched_clock(), flags);
}

static inline void cpufreq_update_this_cpu(struct rq *rq, unsigned int flags)