Re: [PATCH v3 13/26] x86/numa_emu: simplify allocation of phys_dist
David Hildenbrand <[email protected]>
| Newsgroups | gmane.linux.kernel.cross-arch,gmane.linux.kernel,gmane.linux.drivers.devicetree,gmane.linux.acpi.devel,gmane.linux.ports.arm.kernel,gmane.linux.documentation,gmane.linux.ports.mips,gmane.linux.kernel.mm,gmane.linux.ports.riscv,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]> > > By the time numa_emulation() is called, all physical memory is already > mapped in the direct map and there is no need to define limits for > memblock allocation. > > Replace memblock_phys_alloc_range() with memblock_alloc(). > > 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 > --- Acked-by: David Hildenbrand <[email protected]> -- Cheers, David / dhildenb