"Martin v. L?wis" <[EMAIL PROTECTED]> wrote:
>   __asm__ __volatile__ ("lock; xaddl %0,%2"
>                         : "=r" (__result)
>                         : "0" (__val), "m" (*__mem)
>                         : "memory");
 
> In particular, the lock prefix is not available on i386. Since this is

No it's xaddl that is not available on 386.
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


Reply via email to