Re: [RFC/RFT PATCH 6/6] riscv: Add numa support for riscv64 platform

2020-08-14 Thread Randy Dunlap
On 8/14/20 2:47 PM, Atish Patra wrote: > diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig > index 7b5905529146..4bd67f94aaac 100644 > --- a/arch/riscv/Kconfig > +++ b/arch/riscv/Kconfig > @@ -137,7 +137,7 @@ config PAGE_OFFSET > default 0xffe0 if 64BIT && MAXPHYSMEM_128GB >

[RFC/RFT PATCH 6/6] riscv: Add numa support for riscv64 platform

2020-08-14 Thread Atish Patra
Use the generic numa implementation to add NUMA support for RISC-V. This is based on Greentime's patch[1] but modified to use generic NUMA implementation and few more fixes. [1] https://lkml.org/lkml/2020/1/10/233 Co-developed-by: Greentime Hu Signed-off-by: Greentime Hu Signed-off-by: Atish Pa