Re: [PATCH] Documentation,barriers: Mention smp_cond_acquire()

2016-03-23 Thread Paul E. McKenney
On Mon, Mar 21, 2016 at 02:07:19PM -0700, Davidlohr Bueso wrote: > ... do this next to smp_load_acquire when first mentioning > ACQUIRE. While this call is briefly explained and ctrl > dependencies are mentioned later, it does not hurt the reader. > > Signed-off-by: Davidlohr Bueso Queued for re

[PATCH] Documentation,barriers: Mention smp_cond_acquire()

2016-03-21 Thread Davidlohr Bueso
... do this next to smp_load_acquire when first mentioning ACQUIRE. While this call is briefly explained and ctrl dependencies are mentioned later, it does not hurt the reader. Signed-off-by: Davidlohr Bueso --- Documentation/memory-barriers.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 dele