]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 10 Aug 2016 01:11:17 +0000 (03:11 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 16 Aug 2016 20:16:03 +0000 (22:16 +0200)
commit9f18eabdb01448478c8cb3e601625faf5fd58534
tree840fa6eddcbdab3682e5ba0263c9efc236c01193
parent1228060531b9676cca178b747ab5fc147e678820
cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()

All of the callers of cpufreq_update_util() pass rq_clock(rq) to it
as the time argument and some of them check whether or not cpu_of(rq)
is equal to smp_processor_id() before calling it, so rework it to
take a runqueue pointer as the argument and move the rq_clock(rq)
evaluation into it.

Additionally, provide a wrapper checking cpu_of(rq) against
smp_processor_id() for the cpufreq_update_util() callers that
need it.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
kernel/sched/deadline.c
kernel/sched/fair.c
kernel/sched/rt.c
kernel/sched/sched.h