| To: | Atsushi Nemoto <nemoto@toshiba-tops.co.jp> |
|---|---|
| Subject: | Re: Malta probs |
| From: | Petko Manolov <pmanolov@Lnxw.COM> |
| Date: | Wed, 24 Oct 2001 12:45:45 -0700 |
| Cc: | ralf@oss.sgi.com, linux-mips@oss.sgi.com, kevink@mips.com |
| References: | <20011023224718.A6283@dea.linux-mips.net> <3BD5E193.BB41A907@lnxw.com> <20011024024308.A21460@dea.linux-mips.net> <20011024.220729.39150004.nemoto@toshiba-tops.co.jp> |
| Sender: | owner-linux-mips@oss.sgi.com |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: I am looking for a mips machine, H . J . Lu |
|---|---|
| Next by Date: | Re: I am looking for a mips machine, James Simmons |
| Previous by Thread: | Re: Malta probs, Atsushi Nemoto |
| Next by Thread: | Re: Malta probs, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |