Skip to content
Commit 491a48aa authored by Isamu Mogi's avatar Isamu Mogi Committed by Ralf Baechle
Browse files

MIPS: R3000: Fix debug output for Virtual page number



Virtual page number of R3000 in entryhi is 20 bit from MSB. But in
dump_tlb(), the bit mask to read it from entryhi is 19 bit (0xffffe000).
The patch fixes that to 0xfffff000.

Signed-off-by: default avatarIsamu Mogi <isamu@leafytree.jp>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8290/
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 00977610
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment