Em Tue, Jan 09, 2001 at 08:30:07AM +0100, Pauline Middelink escreveu:
> > +STATIC unsigned long
> > DvcEnterCritical(void)
> > {
> > - int flags;
> > + unsigned long flags;
> >
> > save_flags(flags);
> > cli();
> > @@ -9965,7 +9972,7 @@
> > }
>
> Err, according tho wise ppl on this list, this does not work on
> MIPSes. The flags thing must stay in the same stackframe.
>
> (I know, not your fault, but since you are patching the driver...)
yap, know that, just thought that this beast was only for i386, will submit
another patch, and I think that some other drivers does this as well...
- Arnaldo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- [PATCH] de620.c: nitpicking Arnaldo Carvalho de Melo
- Re: [PATCH] de620.c: nitpicking Arnaldo Carvalho de Melo
- [PATCH] tidy 53c7,8xx.c was Re: [PATCH] ... Arnaldo Carvalho de Melo
- [PATCH] advansys.c: include missing ... Arnaldo Carvalho de Melo
- Re: [PATCH] advansys.c: include ... Pauline Middelink
- Re: [PATCH] advansys.c: inc... Alan Cox
- Re: [PATCH] advansys.c:... Pauline Middelink
- Re: [PATCH] advansys.c: inc... Arnaldo Carvalho de Melo
- Re: [PATCH] advansys.c: inc... Ralf Baechle
- Re: [PATCH] advansys.c: include ... Russell King
- [PATCH] ad1848.c: include missin... Arnaldo Carvalho de Melo
- [PATCH] sscape.c: include m... Arnaldo Carvalho de Melo
- [PATCH] via-macii.c: re... Arnaldo Carvalho de Melo
- [PATCH] dn_keyb.c: ... Arnaldo Carvalho de Melo
- Re: [PATCH] dn_keyb... Alan Cox
- Re: [PATCH] dn_keyb... Arnaldo Carvalho de Melo

