From: Isamu Mogi Date: Thu, 30 Oct 2014 13:07:36 +0000 (+0900) Subject: MIPS: R3000: Fix debug output for Virtual page number X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~148^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=491a48aa52f03b4654edbf8f97c1aa7d2f24f62e;p=pandora-kernel.git 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: Isamu Mogi Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/8290/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed