On 05/29/2017 01:41 PM, Michal Hocko wrote: > From: Michal Hocko <[email protected]> > > movable_node_is_enabled is defined in memblock proper while it > is initialized from the memory hotplug proper. This is quite messy > and it makes a dependency between the two so move movable_node along > with the helper functions to memory_hotplug. > > To make it more entertaining the kernel parameter is ignored unless > CONFIG_HAVE_MEMBLOCK_NODE_MAP=y because we do not have the node > information for each memblock otherwise. So let's warn when the option > is disabled. > > Acked-by: Vlastimil Babka <[email protected]> > Signed-off-by: Michal Hocko <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>

