aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Parri <andrea.parri@amarulasolutions.com>2018-05-04 17:11:49 -0400
committerJonathan Corbet <corbet@lwn.net>2018-05-08 16:52:39 -0400
commita9251553c2255b2582654c0f239941ef4d830f18 (patch)
treef5255f48a209b7cf14e80da3349c3661e0d75e1d
parent18bcaa4e617c04043e46e70c54753d42cf6728f4 (diff)
Documentation: refcount-vs-atomic: Update reference to LKMM doc.
The LKMM project has moved to 'tools/memory-model/'. Signed-off-by: Andrea Parri <andrea.parri@amarulasolutions.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/core-api/refcount-vs-atomic.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/refcount-vs-atomic.rst b/Documentation/core-api/refcount-vs-atomic.rst
index 83351c258cdb..322851bada16 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
17these memory ordering guarantees. 17these memory ordering guarantees.
18 18
19The terms used through this document try to follow the formal LKMM defined in 19The terms used through this document try to follow the formal LKMM defined in
20github.com/aparri/memory-model/blob/master/Documentation/explanation.txt 20tools/memory-model/Documentation/explanation.txt.
21 21
22memory-barriers.txt and atomic_t.txt provide more background to the 22memory-barriers.txt and atomic_t.txt provide more background to the
23memory ordering in general and for atomic operations specifically. 23memory ordering in general and for atomic operations specifically.