Re: [RFC/RFT PATCH 2/6] arm64, numa: Change the numa init function name to be generic

2020-08-28 Thread Atish Patra
On Fri, Aug 28, 2020 at 2:37 AM Jonathan Cameron wrote: > > On Fri, 14 Aug 2020 14:47:21 -0700 > Atish Patra wrote: > > > As we are using generic numa implementation code, modify the init function > > name to indicate that generic implementation. > > > > Signed-off-by: Atish Patra > > --- > >

Re: [RFC/RFT PATCH 2/6] arm64, numa: Change the numa init function name to be generic

2020-08-28 Thread Jonathan Cameron
On Fri, 14 Aug 2020 14:47:21 -0700 Atish Patra wrote: > As we are using generic numa implementation code, modify the init function > name to indicate that generic implementation. > > Signed-off-by: Atish Patra > --- > arch/arm64/mm/init.c | 4 ++-- > drivers/base/arch_numa.c | 8

[RFC/RFT PATCH 2/6] arm64, numa: Change the numa init function name to be generic

2020-08-14 Thread Atish Patra
As we are using generic numa implementation code, modify the init function name to indicate that generic implementation. Signed-off-by: Atish Patra --- arch/arm64/mm/init.c | 4 ++-- drivers/base/arch_numa.c | 8 ++-- include/asm-generic/numa.h | 4 ++-- 3 files changed, 10