> So is this the correct patch I've attached?
> (Still can't boot 2.2.2 :-( )
> 
> Nick
> 
> --- include/asm-arm/proc-armv/uaccess.h~        Fri Mar 12 17:10:47 1999
> +++ include/asm-arm/proc-armv/uaccess.h Sat Mar 13 00:36:56 1999
> @@ -133,7 +133,7 @@
>         "       .align  3\n"                                    \
>         "       .long   1b, 3b\n"                               \
>         "       .previous"                                      \
> -       : "=r" (err), "=r" (x)                                  \
> +       : "=r" (err), "=&r" (x)                                 \

Looks pretty good to me.  Does it remove the warnings you were seeing?

p.

unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to