[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141030161028.GE20282@linux-mips.org>
Date: Thu, 30 Oct 2014 17:10:28 +0100
From: Ralf Baechle <ralf@...ux-mips.org>
To: Isamu Mogi <isamu@...fytree.jp>
Cc: linux-mips@...ux-mips.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 1/3] MIPS: R3000: Fix debug output for Virtual page
number
On Thu, Oct 30, 2014 at 10:07:36PM +0900, Isamu Mogi wrote:
> 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.
Looks like a cut and paste issue from the R4000 code.
Will apply,
Ralf
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists