Re: [RFC PATCH 2/8] mm: Initialize node memory regions during boot

2012-12-04 Thread wujianguo
Hi Srivatsa, I got following compile waring: WARNING: vmlinux.o(.text+0x10b320): Section mismatch in reference from the function init_zone_memory_regions() to the function .meminit.text:__absent_pages_in_range() The function init_zone_memory_regions() references the function __meminit __absent_

[RFC PATCH 2/8] mm: Initialize node memory regions during boot

2012-11-06 Thread Srivatsa S. Bhat
Initialize the node's memory regions structures with the information about the region-boundaries, at boot time. Based-on-patch-by: Ankita Garg Signed-off-by: Srivatsa S. Bhat --- include/linux/mm.h |4 mm/page_alloc.c| 35 +++ 2 files changed, 39