On Sun, 2001-11-18 at 13:38, Momchil Velikov wrote:
> 
> wmb is defined as
> 
> #define wmb()  __asm__ __volatile__ ("eieio" : : : "memory")
> 
> however, ``eieio'' has no effect on memory, that is
> Write Through Not Required, thus I think it should be
> 
> #define wmb()  __asm__ __volatile__ ("sync" : : : "memory")
> 
> Comments ?

Wrong list, try [EMAIL PROTECTED]


-- 
Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

Reply via email to