Re: [PATCH v2 5/7] ARM: mm: Print physical address of page table base in show_pte()

From: Kefeng Wang
Date: Wed Jun 02 2021 - 07:26:47 EST



On 2021/6/2 18:47, Russell King (Oracle) wrote:
Hi,

On Wed, Jun 02, 2021 at 03:02:44PM +0800, Kefeng Wang wrote:
Now the show_pts() will dump the virtual (hashed) address of page
table base, it is useless, let's print the page table base pointer
as a physical address for debug.
I think we could probably get rid of this line - I think the last time
the PGD address was of use was a very long time ago.
Will delete this print.