Re: [PATCH v4 1/4] powerpc/mm: refactor radix physical page mapping
From: Reza Arbab <hidden>
Date: 2017-01-04 21:25:25
From: Reza Arbab <hidden>
Date: 2017-01-04 21:25:25
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