Re: [PATCH V6 1/4] arch_topology: Rename freq_scale as arch_freq_scale

From: Will Deacon
Date: Mon Apr 19 2021 - 08:33:27 EST


On Wed, Mar 10, 2021 at 10:53:23AM +0530, Viresh Kumar wrote:
> Rename freq_scale to a less generic name, as it will get exported soon
> for modules. Since x86 already names its own implementation of this as
> arch_freq_scale, lets stick to that.
>
> Suggested-by: Will Deacon <will@xxxxxxxxxx>
> Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> ---
> arch/arm64/kernel/topology.c | 6 +++---
> drivers/base/arch_topology.c | 4 ++--
> include/linux/arch_topology.h | 4 ++--
> 3 files changed, 7 insertions(+), 7 deletions(-)

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will