[PATCH v3 3/5] powerpc/mm: add radix__create_section_mapping()

Balbir Singh bsingharora at gmail.com
Tue Dec 20 17:28:40 AEDT 2016


>
> +#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?

Balbir


More information about the Linuxppc-dev mailing list