[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#198158: architecture i386 isn't i386 anymore



"Martin v. L?wis" <martin@v.loewis.de> 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~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



Reply to: