Skip to content

Commit

Permalink
Merge remote-tracking branch 'qcom/lineage-20' into HEAD
Browse files Browse the repository at this point in the history
Change-Id: I0c00090e4edbac05f40c86103d3d2eb3c5761b48
  • Loading branch information
vware committed Jul 26, 2023
2 parents 241f7da + 7d11b1a commit 6879c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -2874,7 +2874,7 @@ static inline void cpufreq_update_util(struct rq *rq, unsigned int flags)
data = rcu_dereference_sched(*per_cpu_ptr(&cpufreq_update_util_data,
cpu_of(rq)));
if (data)
data->func(data, sched_ktime_clock(), flags);
data->func(data, rq_clock(rq), flags);
}

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

0 comments on commit 6879c36

Please sign in to comment.