All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Isamu Mogi <isamu@leafytree.jp>
Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/3] MIPS: R3000: Fix debug output for Virtual page number
Date: Thu, 30 Oct 2014 17:10:28 +0100	[thread overview]
Message-ID: <20141030161028.GE20282@linux-mips.org> (raw)
In-Reply-To: <1414674458-7583-2-git-send-email-isamu@leafytree.jp>

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

  reply	other threads:[~2014-10-30 16:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-09 16:00 [PATCH] MIPS: R3000: Fix debug output for Virtual page number Isamu Mogi
2014-09-29  0:53 ` Maciej W. Rozycki
2014-10-30 13:07 ` [PATCH v2 0/3] " Isamu Mogi
2014-10-30 13:07   ` [PATCH v2 1/3] " Isamu Mogi
2014-10-30 16:10     ` Ralf Baechle [this message]
2014-10-30 13:07   ` [PATCH v2 2/3] MIPS: R3000: Replace magic numbers with macros Isamu Mogi
2014-10-30 13:07   ` [PATCH v2 3/3] MIPS: R3000: Remove redundant parentheses Isamu Mogi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141030161028.GE20282@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=isamu@leafytree.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.