• Mike Rapoport (Microsoft)'s avatar
    arch, mm: pull out allocation of NODE_DATA to generic code · 3515863d
    Mike Rapoport (Microsoft) authored
    Architectures that support NUMA duplicate the code that allocates
    NODE_DATA on the node-local memory with slight variations in reporting of
    the addresses where the memory was allocated.
    
    Use x86 version as the basis for the generic alloc_node_data() function
    and call this function in architecture specific numa initialization.
    
    Round up node data size to SMP_CACHE_BYTES rather than to PAGE_SIZE like
    x86 used to do since the bootmem era when allocation granularity was
    PAGE_SIZE anyway.
    
    Link: https://lkml.kernel.org/r/20240807064110.1003856-10-rppt@kernel.orgSigned-off-by: default avatarMike Rapoport (Microsoft) <rppt@kernel.org>
    Acked-by: default avatarDavid Hildenbrand <david@redhat.com>
    Reviewed-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
    Tested-by: Zi Yan <ziy@nvidia.com> # for x86_64 and arm64
    Tested-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> [arm64 + CXL via QEMU]
    Acked-by: default avatarDan Williams <dan.j.williams@intel.com>
    Cc: Alexander Gordeev <agordeev@linux.ibm.com>
    Cc: Andreas Larsson <andreas@gaisler.com>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: Catalin Marinas <catalin.marinas@arm.com>
    Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
    Cc: Dave Hansen <dave.hansen@linux.intel.com>
    Cc: Davidlohr Bueso <dave@stgolabs.net>
    Cc: David S. Miller <davem@davemloft.net>
    Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Cc: Heiko Carstens <hca@linux.ibm.com>
    Cc: Huacai Chen <chenhuacai@kernel.org>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
    Cc: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
    Cc: Jonathan Corbet <corbet@lwn.net>
    Cc: Michael Ellerman <mpe@ellerman.id.au>
    Cc: Palmer Dabbelt <palmer@dabbelt.com>
    Cc: Rafael J. Wysocki <rafael@kernel.org>
    Cc: Rob Herring (Arm) <robh@kernel.org>
    Cc: Samuel Holland <samuel.holland@sifive.com>
    Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Vasily Gorbik <gor@linux.ibm.com>
    Cc: Will Deacon <will@kernel.org>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    3515863d
numa.c 4.67 KB