commit | 8216f588b52b61ce36fc0080218e4730435e58b7 | [log] [tgz] |
---|---|---|
author | Dietmar Eggemann <dietmar.eggemann@arm.com> | Tue Sep 26 17:41:11 2017 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Oct 03 02:37:54 2017 +0200 |
tree | a65d5176435ac175bcf4c6fb29995e5fe3b8cb24 | |
parent | 0e27c567d1673137b06aa96bb7aef635fb657dee [diff] |
drivers base/arch_topology: allow inlining cpu-invariant accounting support Allow inlining of topology_get_cpu_scale() into the task scheduler fast path (e.g. __update_load_avg_se()) by coding it as a static inline function in the arch topology header file. Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>