On 2025-07-02 04:12, Juergen Gross wrote:
Split init_page_allocator() into three functions in order to prepare for sparing some memory from being added to the buddy allocator.Use a function pointer for selecting the function used for handling a memory range, as this will be needed by a future patch. For the same reason make iterate_memory_range() globally visible. Signed-off-by: Juergen Gross <jgr...@suse.com>
Reviewed-by: Jason Andryuk <jason.andr...@amd.com>