9/17

mm/sparse: initialize memory sections earlier

把 sparsemem section 元数据初始化提前到 mm_core_init_early(),在 free_area_init()/HugeTLB bootmem 之前执行,并改名 sparse_sections_init();这是后续 HugeTLB 使用 section 信息的预备补丁。