------- Comment #9 from oliver at linux-kernel dot at  2007-04-10 17:11 -------
(In reply to comment #8)
> I don't have an Alpha to test, but I can see read_barrier() in HEAD:
> 
> inline static void
> read_barrier()
> {
>   __asm__ __volatile__("mb" : : : "memory");
> }
> 

OK and write_barrier() still is
inline static void
write_barrier()
{
  __asm__ __volatile__("wmb" : : : "memory");
}

Sorry for asking, but I don't want to do the big checkout now :-)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30424

Reply via email to