From: Andrea Parri Date: Fri, 4 May 2018 21:11:49 +0000 (+0200) Subject: Documentation: refcount-vs-atomic: Update reference to LKMM doc. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a9251553c2255b2582654c0f239941ef4d830f18;p=linux.git Documentation: refcount-vs-atomic: Update reference to LKMM doc. The LKMM project has moved to 'tools/memory-model/'. Signed-off-by: Andrea Parri Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/core-api/refcount-vs-atomic.rst b/Documentation/core-api/refcount-vs-atomic.rst index 83351c258cdb9..322851bada167 100644 --- a/Documentation/core-api/refcount-vs-atomic.rst +++ b/Documentation/core-api/refcount-vs-atomic.rst @@ -17,7 +17,7 @@ in order to help maintainers validate their code against the change in these memory ordering guarantees. The terms used through this document try to follow the formal LKMM defined in -github.com/aparri/memory-model/blob/master/Documentation/explanation.txt +tools/memory-model/Documentation/explanation.txt. memory-barriers.txt and atomic_t.txt provide more background to the memory ordering in general and for atomic operations specifically.