From: Petko Manolov <pmanolov@Lnxw.COM>
To: Atsushi Nemoto <nemoto@toshiba-tops.co.jp>
Cc: ralf@oss.sgi.com, linux-mips@oss.sgi.com, kevink@mips.com
Subject: Re: Malta probs
Date: Wed, 24 Oct 2001 12:45:45 -0700 [thread overview]
Message-ID: <3BD71A69.99A23D18@lnxw.com> (raw)
In-Reply-To: 20011024.220729.39150004.nemoto@toshiba-tops.co.jp
Atsushi Nemoto wrote:
>
> In current CVS, All handle_xxx exception handler seems to be complied
> with ".set mips3". Here is a patch. I think this patch solves the
> problem reported by Petko.
Yes, Atsushi is right. Adding .set mips0 solved the problem, but
after applying Ralf's patch to tlb-r4k.c
Ralf, i think the patch worth applying to the CVS tree.
Petko
> diff -urP -x CVS -x .cvsignore linux-sgi-cvs/arch/mips/kernel/entry.S linux.new/arch/mips/kernel/entry.S
> --- linux-sgi-cvs/arch/mips/kernel/entry.S Mon Oct 22 10:29:56 2001
> +++ linux.new/arch/mips/kernel/entry.S Wed Oct 24 21:55:16 2001
> @@ -180,6 +180,7 @@
> END(except_vec3_r4000)
>
> __FINIT
> + .set mips0
>
> /*
> * Build a default exception handler for the exceptions that don't need
> ---
> Atsushi Nemoto
next prev parent reply other threads:[~2001-10-24 19:49 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 [this message]
2001-10-24 23:13 ` Ralf Baechle
2001-10-24 16:47 ` Kevin D. Kissell
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=3BD71A69.99A23D18@lnxw.com \
--to=pmanolov@lnxw.com \
--cc=kevink@mips.com \
--cc=linux-mips@oss.sgi.com \
--cc=nemoto@toshiba-tops.co.jp \
--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.