[PATCH v4 1/4] powerpc/mm: refactor radix physical page mapping

Reza Arbab arbab at linux.vnet.ibm.com
Thu Jan 5 08:25:15 AEDT 2017


On Wed, Jan 04, 2017 at 10:34:25AM +0530, Aneesh Kumar K.V wrote:
>We lost the below in the change.
>
>		pr_info("Mapping range 0x%lx - 0x%lx with 0x%lx\n",
>			(unsigned long)base, (unsigned long)end,
>			linear_page_size);
>
>
>Is there a way to dump the range and the size with which we mapped that
>range ?

Sure. It's a little more difficult than before, because the mapping size 
is now reselected in each iteration of the loop, but a similar print can 
be done.

-- 
Reza Arbab



More information about the Linuxppc-dev mailing list