diff options
author | Lukasz Luba <lukasz.luba@arm.com> | 2021-11-09 19:57:14 +0000 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2021-11-23 15:10:26 +0530 |
commit | 7e97b3dc2556743dd02612c92a8de7026e8d7dc9 (patch) | |
tree | e3eb4ab081ec776552357d9a48b5f8033d87cf77 /include/linux/sched/topology.h | |
parent | 0258cb19c77deb755747b97f690931193ced0c55 (diff) |
arch_topology: Remove unused topology_set_thermal_pressure() and related
There is no need of this function (and related) since code has been
converted to use the new arch_update_thermal_pressure() API. The old
code can be removed.
Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'include/linux/sched/topology.h')
-rw-r--r-- | include/linux/sched/topology.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/sched/topology.h b/include/linux/sched/topology.h index 6e89a8e43aa7..8054641c0a7b 100644 --- a/include/linux/sched/topology.h +++ b/include/linux/sched/topology.h @@ -266,13 +266,6 @@ unsigned long arch_scale_thermal_pressure(int cpu) } #endif -#ifndef arch_set_thermal_pressure -static __always_inline -void arch_set_thermal_pressure(const struct cpumask *cpus, - unsigned long th_pressure) -{ } -#endif - #ifndef arch_update_thermal_pressure static __always_inline void arch_update_thermal_pressure(const struct cpumask *cpus, |