Re: [RFC/RFT PATCH v2 1/5] numa: Move numa implementation to common code

2020-09-14 Thread Jonathan Cameron
On Fri, 11 Sep 2020 18:34:37 -0700 Atish Patra wrote: > ARM64 numa implementation is generic enough that RISC-V can reuse that > implementation with very minor cosmetic changes. This will help both > ARM64 and RISC-V in terms of maintanace and feature improvement > > Move the numa implementation

[RFC/RFT PATCH v2 1/5] numa: Move numa implementation to common code

2020-09-11 Thread Atish Patra
ARM64 numa implementation is generic enough that RISC-V can reuse that implementation with very minor cosmetic changes. This will help both ARM64 and RISC-V in terms of maintanace and feature improvement Move the numa implementation code to common directory so that both ISAs can reuse this. This d