Re: [PATCH] arm64: topology: Drop the useless update to per-cpu cycles

2020-12-15 Thread Catalin Marinas
On Thu, 10 Dec 2020 11:17:40 +0530, Viresh Kumar wrote: > The previous call to update_freq_counters_refs() has already updated the > per-cpu variables, don't overwrite them with the same value again. Applied to arm64 (for-next/fixes), thanks! [1/1] arm64: topology: Drop the useless update to per-

Re: [PATCH] arm64: topology: Drop the useless update to per-cpu cycles

2020-12-15 Thread Catalin Marinas
On Fri, Dec 11, 2020 at 12:18:50PM +0530, Viresh Kumar wrote: > On 10-12-20, 11:17, Viresh Kumar wrote: > > The previous call to update_freq_counters_refs() has already updated the > > per-cpu variables, don't overwrite them with the same value again. > > > > Fixes: 4b9cf23c179a ("arm64: wrap and

Re: [PATCH] arm64: topology: Drop the useless update to per-cpu cycles

2020-12-10 Thread Viresh Kumar
On 10-12-20, 11:17, Viresh Kumar wrote: > The previous call to update_freq_counters_refs() has already updated the > per-cpu variables, don't overwrite them with the same value again. > > Fixes: 4b9cf23c179a ("arm64: wrap and generalise counter read functions") > Signed-off-by: Viresh Kumar > ---

Re: [PATCH] arm64: topology: Drop the useless update to per-cpu cycles

2020-12-10 Thread Ionela Voinescu
On Thursday 10 Dec 2020 at 11:17:40 (+0530), Viresh Kumar wrote: > The previous call to update_freq_counters_refs() has already updated the > per-cpu variables, don't overwrite them with the same value again. > > Fixes: 4b9cf23c179a ("arm64: wrap and generalise counter read functions") > Signed-of

Re: [PATCH] arm64: topology: Drop the useless update to per-cpu cycles

2020-12-10 Thread Sudeep Holla
On Thu, Dec 10, 2020 at 11:17:40AM +0530, Viresh Kumar wrote: > The previous call to update_freq_counters_refs() has already updated the > per-cpu variables, don't overwrite them with the same value again. > Good catch! Reviewed-by: Sudeep Holla -- Regards, Sudeep