From: Paul E. McKenney Date: Mon, 2 Feb 2015 16:08:25 +0000 (-0800) Subject: documentation: Clarify memory-barrier semantics of atomic operations X-Git-Tag: omap-for-v4.1/fixes-rc1~158^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daf1aab9acfaaded09f53fa91dfe6e4e6926ec39;p=pandora-kernel.git documentation: Clarify memory-barrier semantics of atomic operations All value-returning atomic read-modify-write operations must provide full memory-barrier semantics on both sides of the operation. This commit clarifies the documentation to make it clear that these memory-barrier semantics are provided by the operations themselves, not by their callers. Reported-by: Peter Hurley Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed