Richard Henderson <r...@redhat.com> wrote:
> Ok except,
>
>> +static inline void
>> +atomic_read_barrier (void)
>> +{
>> +  __sync_synchronize ();
>> +}
>> +
>> +static inline void
>> +atomic_write_barrier (void)
>> +{
>> +  __sync_synchronize ();
>> +}
> 
> We no longer use these since the library has been converted to c++ atomics.

Thanks!  I'll commit it with removing these lines.

Regards,
        kaz

Reply via email to