On 05/29/2017 01:41 PM, Michal Hocko wrote: > From: Michal Hocko <mhocko@xxxxxxxx> > > 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 <vbabka@xxxxxxx> > Signed-off-by: Michal Hocko <mhocko@xxxxxxxx> Acked-by: Vlastimil Babka <vbabka@xxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>