riscv: Remove 32b kernel mapping from page table dump
authorAlexandre Ghiti <alex@ghiti.fr>
Sun, 18 Apr 2021 11:28:56 +0000 (07:28 -0400)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Sat, 1 May 2021 15:53:32 +0000 (08:53 -0700)
commit28252e08649f3aa06cb6b5420e29df7a9d5fe67d
treed2a9891a77809313a37a5e56243cdbdf84ca2085
parent883fcb8ecaaffbc46d5ed20f336da61e422021aa
riscv: Remove 32b kernel mapping from page table dump

The 32b kernel mapping lies in the linear mapping, there is no point in
printing its address in page table dump, so remove this leftover that
comes from moving the kernel mapping outside the linear mapping for 64b
kernel.

Fixes: e9efb21fe352 ("riscv: Prepare ptdump for vm layout dynamic addresses")
Signed-off-by: Alexandre Ghiti <alex@ghiti.fr>
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/mm/ptdump.c