On Tue, Dec 20, 2016 at 05:28:40PM +1100, Balbir Singh wrote:
+#ifdef CONFIG_MEMORY_HOTPLUG +int radix__create_section_mapping(unsigned long start, unsigned long end) +{ + unsigned long page_size = 1 << mmu_psize_defs[mmu_linear_psize].shift;Can we refactor bits from radix_init_pgtable() and reuse?
Yes, that's my plan for v4. -- Reza Arbab