| To: | "Maciej W. Rozycki" <macro@ds2.pg.gda.pl> |
|---|---|
| Subject: | Re: [PATCH] Vr41xx unaligned access update |
| From: | Geert Uytterhoeven <geert@linux-m68k.org> |
| Date: | Fri, 23 May 2003 16:19:42 +0200 (MEST) |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, Linux/MIPS Development <linux-mips@linux-mips.org> |
| In-reply-to: | <Pine.GSO.3.96.1030523160920.14542F-100000@delta.ds2.pg.gda.pl> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
On Fri, 23 May 2003, Maciej W. Rozycki wrote:
> On Fri, 23 May 2003, Geert Uytterhoeven wrote:
> > @@ -145,8 +146,6 @@
> > * but the BD bit in the cause register is not set.
> > */
> > case bcond_op:
> > - case j_op:
> > - case jal_op:
> > case beq_op:
> > case bne_op:
> > case blez_op:
> > @@ -155,7 +154,11 @@
> > case bnel_op:
> > case blezl_op:
> > case bgtzl_op:
> > - case jalx_op:
> > + if (branch) {
> > + /* branch in a branch delay slot */
> > + goto sigill;
> > + }
> > + branch = 1;
> > pc += 4;
> > goto retry;
>
> Hmm, what tree is it against? I can't see code matching these hunks in
> our tree at linux-mips.org.
Check out the 2.4.x branch. I did verify that all patches apply.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] Arrow keys on USB keyboards, Geert Uytterhoeven |
|---|---|
| Next by Date: | Re: [PATCH] Vr41xx unaligned access update, Maciej W. Rozycki |
| Previous by Thread: | Re: [PATCH] Vr41xx unaligned access update, Maciej W. Rozycki |
| Next by Thread: | Re: [PATCH] Vr41xx unaligned access update, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |