On Mon, Oct 14, 2019 at 07:49:56PM +0200, Manfred Spraul wrote: > From 61c85a56994e32ea393af9debef4cccd9cd24abd Mon Sep 17 00:00:00 2001 > From: Manfred Spraul <manf...@colorfullife.com> > Date: Fri, 11 Oct 2019 10:33:26 +0200 > Subject: [PATCH] Update Documentation for _{acquire|release|relaxed}() > > When adding the _{acquire|release|relaxed}() variants of some atomic > operations, it was forgotten to update Documentation/memory_barrier.txt: > > smp_mb__{before,after}_atomic() is now indended for all RMW operations
"intended" Otherwise it looks fine, thanks!