Hi Emilio,

On Fri, May 13, 2016 at 11:34 PM, Emilio G. Cota <c...@braap.org> wrote:
> When __atomic is not available, we use full memory barriers instead
> of smp/wmb, since acquire/release barriers apply to all memory
> operations and not just to loads/stores, respectively.
>

If it is not too late can we rename this to
atomic_load_acquire()/atomic_store_release() like in the linux kernel?
Looks good either way.

Reviewed-by: Pranith Kumar <bobby.pr...@gmail.com>

-- 
Pranith

Reply via email to