This patch replaces in mmots: mm-initialize-pages-on-demand-during-boot.patch mm-initialize-pages-on-demand-during-boot-fix.patch mm-initialize-pages-on-demand-during-boot-fix2.patch It squashes the two fixes into the original patch, and also in: deferred_grow_zone() Replaces: + int nid = zone->node; With: + int nid = zone_to_nid(zone); To resolve !CONFIG_NUMA compiling issue that was reported by Sergey Senozhatsky. Pavel Tatashin (1): mm: initialize pages on demand during boot include/linux/memblock.h | 10 --- mm/memblock.c | 23 ------- mm/page_alloc.c | 175 ++++++++++++++++++++++++++++++++++++----------- 3 files changed, 136 insertions(+), 72 deletions(-) -- 2.16.1 -- 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>