On Thu, 13 Mar 2025 at 14:53, Mike Rapoport <r...@kernel.org> wrote: > From: "Mike Rapoport (Microsoft)" <r...@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.han...@linux.intel.com> # x86 > Signed-off-by: Mike Rapoport (Microsoft) <r...@kernel.org>
> arch/m68k/mm/init.c | 2 -- Acked-by: Geert Uytterhoeven <ge...@linux-m68k.org> # m68k Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@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