All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@oss.sgi.com>
To: Atsushi Nemoto <nemoto@toshiba-tops.co.jp>
Cc: brad@ltc.com, linux-mips@oss.sgi.com
Subject: Re: PATCH: spurious_count cleanup
Date: Fri, 7 Dec 2001 00:47:28 -0200	[thread overview]
Message-ID: <20011207004727.F1202@dea.linux-mips.net> (raw)
In-Reply-To: <20011204.161928.28780490.nemoto@toshiba-tops.co.jp>; from nemoto@toshiba-tops.co.jp on Tue, Dec 04, 2001 at 04:19:28PM +0900

On Tue, Dec 04, 2001 at 04:19:28PM +0900, Atsushi Nemoto wrote:

> > --- arch/mips/kernel/entry.S	2001/11/27 01:26:46	1.32
> > +++ arch/mips/kernel/entry.S	2001/11/30 18:42:07
> > @@ -95,12 +95,12 @@
> >  		 * Someone tried to fool us by sending an interrupt but we
> >  		 * couldn't find a cause for it.
> >  		 */
> > -		lui     t1,%hi(spurious_count)
> > +		lui     t1,%hi(irq_err_count)
> >  		.set	reorder
> > -		lw      t0,%lo(spurious_count)(t1)
> > +		lw      t0,%lo(irq_err_count)(t1)
> >  		.set	noreorder
> >  		addiu   t0,1
> > -		sw      t0,%lo(spurious_count)(t1)
> > +		sw      t0,%lo(irq_err_count)(t1)
> >  		j	ret_from_irq
> >  		END(spurious_interrupt)

The spurious_count vs. irq_err_count is already fixed in the meantime.
For the rest of the function using noreorder was entirely pointless, so
just removed those directives.

  Ralf

      reply	other threads:[~2001-12-07 15:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-01  5:45 PATCH: spurious_count cleanup Bradley D. LaRonde
2001-12-04  7:19 ` Atsushi Nemoto
2001-12-07  2:47   ` Ralf Baechle [this message]

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=20011207004727.F1202@dea.linux-mips.net \
    --to=ralf@oss.sgi.com \
    --cc=brad@ltc.com \
    --cc=linux-mips@oss.sgi.com \
    --cc=nemoto@toshiba-tops.co.jp \
    /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.