Re: [PATCH 8/8] powerpc/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
From: Lance Yang <lance.yang@linux.dev>
Date: 2026-05-21 08:47:29
Also in:
linux-mm, linux-s390, lkml, sparclinux
From: Lance Yang <lance.yang@linux.dev>
Date: 2026-05-21 08:47:29
Also in:
linux-mm, linux-s390, lkml, sparclinux
On Mon, May 11, 2026 at 04:05:36PM +0200, David Hildenbrand (Arm) wrote:
register_page_bootmem_info_node() essentially only calls register_page_bootmem_memmap(). However, on powerpc that function is a nop. So there is not benefit in using CONFIG_HAVE_BOOTMEM_INFO_NODE anymore, let's just drop it. We can stop including bootmem_info.h. Signed-off-by: David Hildenbrand (Arm) <david@kernel.org> ---
Nice cleanup! Feel free to add: Reviewed-by: Lance Yang <lance.yang@linux.dev>