On Wed, Feb 3, 2021 at 6:20 AM Kefeng Wang <wangkefeng.wang@xxxxxxxxxx> wrote:
The numa feature is useless for riscv32 platform(MAXPHYSMEM_1GB if 32bit),Thanks for the fix. The commit text is a bit ambiguous. The
and it should depends on SMP feature, this also fix the build error,
riscv64-buildroot-linux-gnu-ld: mm/page_alloc.o: in function `.L0 ':
page_alloc.c:(.text+0x4808): undefined reference to `node_reclaim_distance'
compilation issue error is due to SMP.
RV32 dependency is just another fix as NUMA is not very useful for RV32.
Reviewed-by: Atish Patra <atish.patra@xxxxxxx>