Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Ralf R?sch <ralf.roesch@rw-gmbh.de>
Cc: linux-mips@linux-mips.org
Subject: Re: [PATCH] Fix for signal.c and Toshiba TX49XX TLB refill handler
Date: Mon, 29 Nov 2004 13:45:31 +0100	[thread overview]
Message-ID: <20041129124531.GA4832@linux-mips.org> (raw)
In-Reply-To: <NHBBLBCCGMJFJIKAMKLHGEHOCCAA.ralf.roesch@rw-gmbh.de>

On Mon, Nov 29, 2004 at 12:26:44PM +0100, Ralf R?sch wrote:

> the signal.c (get_sigframe) handler forces my boot process hanging in init
> process.
> Following patch solves the problem:

Correct; several people found that one.  For some reason my machine is
happy without this one.

> without next patch the TX4927 Toshiba processor definitely does not boot.
> (My CPU was hanging without any message on the serial console), this means
> the panic() message
> 		panic("No TLB refill handler yet (CPU type: %d)",
> 		      current_cpu_data.cputype);
> could not be seen.
> 
> I am not sure, if the place where I inserted the new processor type is
> correct.

You better check this with a CPU manual.  False hazard handling may result
in either slower than necessary TLB refil handlers or in sometimes very
subtle bugs that show their ugly heads only very rarely.  This is why the
code is panicing now - we want to force users to make sure things are right
by reading their manuals.

  Ralf

      parent reply	other threads:[~2004-11-29 12:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-29 11:26 [PATCH] Fix for signal.c and Toshiba TX49XX TLB refill handler Ralf Rösch
2004-11-29 11:26 ` Ralf Rösch
2004-11-29 12:45 ` 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=20041129124531.GA4832@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf.roesch@rw-gmbh.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox