[PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit
Geert Uytterhoeven
geert at linux-m68k.org
Fri Mar 14 02:19:10 AEDT 2025
On Thu, 13 Mar 2025 at 14:53, Mike Rapoport <rppt at kernel.org> wrote:
> From: "Mike Rapoport (Microsoft)" <rppt at kernel.org>
>
> The point where the memory is released from memblock to the buddy allocator
> is hidden inside arch-specific mem_init()s and the call to
> memblock_free_all() is needlessly duplicated in every artiste cure and
> after introduction of arch_mm_preinit() hook, mem_init() implementation on
> many architecture only contains the call to memblock_free_all().
>
> Pull memblock_free_all() call into mm_core_init() and drop mem_init() on
> relevant architectures to make it more explicit where the free memory is
> released from memblock to the buddy allocator and to reduce code
> duplication in architecture specific code.
>
> Acked-by: Dave Hansen <dave.hansen at linux.intel.com> # x86
> Signed-off-by: Mike Rapoport (Microsoft) <rppt at kernel.org>
> arch/m68k/mm/init.c | 2 --
Acked-by: Geert Uytterhoeven <geert at linux-m68k.org> # m68k
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
More information about the Linuxppc-dev
mailing list