mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 18:43:33 -05:00
ARM: 9126/1: mm: Kill page table base print in show_pte()
Now the show_pts() will dump the virtual (hashed) address of page table base, it is useless, kill it. Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
This commit is contained in:
parent
f177b06ed7
commit
93d2043844
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ void show_pte(const char *lvl, struct mm_struct *mm, unsigned long addr)
|
|||
if (!mm)
|
||||
mm = &init_mm;
|
||||
|
||||
printk("%spgd = %p\n", lvl, mm->pgd);
|
||||
pgd = pgd_offset(mm, addr);
|
||||
printk("%s[%08lx] *pgd=%08llx", lvl, addr, (long long)pgd_val(*pgd));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue