On 2024/8/9 15:21, Sudeep Holla wrote:
On Thu, Aug 08, 2024 at 09:15:22PM +0800, Hanjun Guo wrote:
The ARM64 ACPI NUMA code can be moved out of arm64 arch code
as it just related to ACPI NUMA table parsing, mappings for
ACPI NUMA and cpu, move the ACPI NUMA code to drivers/acpi/arm64/.
Since arm64 selects ACPI_NUMA by default, so just move the function
definitions under CONFIG_ARM64 in linux/acpi.h.
I was about to ask to take a look at riscv implementation to avoid any
issues with this move, kbuild has already reported a build failure.
sharp-sighted :)
Will take care of it next version.
Thanks
Hanjun