Re: [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
David Hildenbrand <[email protected]>
| Newsgroups | gmane.linux.ports.riscv,gmane.linux.kernel,gmane.linux.drivers.devicetree,gmane.linux.acpi.devel,gmane.linux.kernel.cross-arch,gmane.linux.ports.arm.kernel,gmane.linux.documentation,gmane.linux.ports.mips,gmane.linux.kernel.mm,gmane.linux.ports.sh.devel,gmane.linux.ports.ppc64.devel,gmane.linux.ports.sparc |
|---|---|
| Organization | Red Hat |
| Message-ID | <[email protected]> |
On 01.08.24 08:08, Mike Rapoport wrote: > From: "Mike Rapoport (Microsoft)" <[email protected]> > > The x86 implementation of range-to-target_node lookup (i.e. > phys_to_target_node() and memory_add_physaddr_to_nid()) relies on > numa_memblks. > > Since numa_memblks are now part of the generic code, move these > functions from x86 to mm/numa_memblks.c and select > CONFIG_NUMA_KEEP_MEMINFO when CONFIG_NUMA_MEMBLKS=y for dax and cxl. > > Signed-off-by: Mike Rapoport (Microsoft) <[email protected]> > Reviewed-by: Jonathan Cameron <[email protected]> > Tested-by: Zi Yan <[email protected]> # for x86_64 and arm64 > --- Nice Acked-by: David Hildenbrand <[email protected]> -- Cheers, David / dhildenb