Re: [PATCH 04/15] mm: move most of core MM initialization to mm/mm_init.c
From: David Hildenbrand
Date: Mon Mar 20 2023 - 06:33:54 EST
On 19.03.23 22:59, Mike Rapoport wrote:
From: "Mike Rapoport (IBM)" <rppt@xxxxxxxxxx>
The bulk of memory management initialization code is spread all over
mm/page_alloc.c and makes navigating through page allocator
functionality difficult.
Move most of the functions marked __init and __meminit to mm/mm_init.c
to make it better localized and allow some more spare room before
mm/page_alloc.c reaches 10k lines.
No functional changes.
Signed-off-by: Mike Rapoport (IBM) <rppt@xxxxxxxxxx>
---
Acked-by: David Hildenbrand <david@xxxxxxxxxx>
--
Thanks,
David / dhildenb