All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Kevin D. Kissell" <kevink@mips.com>
To: "Ralf Baechle" <ralf@oss.sgi.com>, "Petko Manolov" <pmanolov@lnxw.com>
Cc: <linux-mips@oss.sgi.com>
Subject: Re: Malta probs
Date: Wed, 24 Oct 2001 18:47:10 +0200	[thread overview]
Message-ID: <004501c15cab$88055b60$0deca8c0@Ulysses> (raw)
In-Reply-To: 20011023224718.A6283@dea.linux-mips.net

A clue - a machine check exception results
when there are two identical values in the
TLB, which is unhealthy for associative RAM
arrays (never mind that synthesized MIPS
4K and 5K cores may or may not actually
have associative RAM for the TLB).  In the
4K cores, this condition results even if the
two identical values are non-Valid, which was
not true in the R4000 and R5000 CPUs, and
which necessitated a tweak to the TLB flush
and invaldate routines to ensure that each entry
is written with a unique invalid value (a function
of the index).

Please double-check that the TLB flush
code that you are using does this.

            Kevin K.

----- Original Message ----- 
From: "Ralf Baechle" <ralf@oss.sgi.com>
To: "Petko Manolov" <pmanolov@lnxw.com>
Cc: <linux-mips@oss.sgi.com>
Sent: Tuesday, October 23, 2001 10:47 PM
Subject: Malta probs


> On Tue, Oct 23, 2001 at 01:25:26PM -0700, Petko Manolov wrote:
> 
> > The theory looks good, but in reality latest kernel crashes
> > with machine check exception in local_flush_tlb_all on malta
> > board.  I tried both egcs-1.1.2 and gcc-3.0.1 and both are
> > crashing at the same place.
> 
> What CPU are you using; can you send me your .config file?
> 
>   Ralf
> 

WARNING: multiple messages have this Message-ID (diff)
From: "Kevin D. Kissell" <kevink@mips.com>
To: Ralf Baechle <ralf@oss.sgi.com>, Petko Manolov <pmanolov@lnxw.com>
Cc: linux-mips@oss.sgi.com
Subject: Re: Malta probs
Date: Wed, 24 Oct 2001 18:47:10 +0200	[thread overview]
Message-ID: <004501c15cab$88055b60$0deca8c0@Ulysses> (raw)
Message-ID: <20011024164710.ZLlEopNoo5tO6Tk1AxY8XaViuIGziuTSEncpzt1Xn6w@z> (raw)
In-Reply-To: 20011023224718.A6283@dea.linux-mips.net

A clue - a machine check exception results
when there are two identical values in the
TLB, which is unhealthy for associative RAM
arrays (never mind that synthesized MIPS
4K and 5K cores may or may not actually
have associative RAM for the TLB).  In the
4K cores, this condition results even if the
two identical values are non-Valid, which was
not true in the R4000 and R5000 CPUs, and
which necessitated a tweak to the TLB flush
and invaldate routines to ensure that each entry
is written with a unique invalid value (a function
of the index).

Please double-check that the TLB flush
code that you are using does this.

            Kevin K.

----- Original Message ----- 
From: "Ralf Baechle" <ralf@oss.sgi.com>
To: "Petko Manolov" <pmanolov@lnxw.com>
Cc: <linux-mips@oss.sgi.com>
Sent: Tuesday, October 23, 2001 10:47 PM
Subject: Malta probs


> On Tue, Oct 23, 2001 at 01:25:26PM -0700, Petko Manolov wrote:
> 
> > The theory looks good, but in reality latest kernel crashes
> > with machine check exception in local_flush_tlb_all on malta
> > board.  I tried both egcs-1.1.2 and gcc-3.0.1 and both are
> > crashing at the same place.
> 
> What CPU are you using; can you send me your .config file?
> 
>   Ralf
> 

  parent reply	other threads:[~2001-10-24 16:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200110230102.f9N12kb20443@oss.sgi.com>
     [not found] ` <3BD5D236.8D0CE33C@lnxw.com>
2001-10-23 20:47   ` Malta probs Ralf Baechle
2001-10-23 21:30     ` Petko Manolov
2001-10-24  0:43       ` Ralf Baechle
2001-10-24 13:07         ` Atsushi Nemoto
2001-10-24 19:45           ` Petko Manolov
2001-10-24 23:13           ` Ralf Baechle
2001-10-24 16:47     ` Kevin D. Kissell [this message]
2001-10-24 16:47       ` Kevin D. Kissell
2001-10-24 16:56       ` Ralf Baechle

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='004501c15cab$88055b60$0deca8c0@Ulysses' \
    --to=kevink@mips.com \
    --cc=linux-mips@oss.sgi.com \
    --cc=pmanolov@lnxw.com \
    --cc=ralf@oss.sgi.com \
    /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.