On 18-06-22 13:18:38, [email protected] wrote: > From: Oscar Salvador <[email protected]> > > link_mem_sections() and walk_memory_range() share most of the code, > so we can use convert link_mem_sections() into a dummy function that calls > walk_memory_range() with a callback to register_mem_sect_under_node(). > > This patch converts register_mem_sect_under_node() in order to > match a walk_memory_range's callback, getting rid of the > check_nid argument and checking instead if the system is still > boothing, since we only have to check for the nid if the system > is in such state. > > Signed-off-by: Oscar Salvador <[email protected]> > Suggested-by: Pavel Tatashin <[email protected]>
Reviewed-by: Pavel Tatashin <[email protected]>

