1/17

mm/sparse: relax struct mem_section size constraints

将 section 到 root 的查找由掩码改为取模,放宽 struct mem_section 大小必须为 2 的幂的限制,仅保持双字对齐,便于以后扩展字段。