diff options
author | Andrea Parri <andrea.parri@amarulasolutions.com> | 2018-05-04 23:11:49 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-05-08 14:52:39 -0600 |
commit | a9251553c2255b2582654c0f239941ef4d830f18 (patch) | |
tree | f5255f48a209b7cf14e80da3349c3661e0d75e1d | |
parent | 18bcaa4e617c04043e46e70c54753d42cf6728f4 (diff) | |
download | linux-a9251553c2255b2582654c0f239941ef4d830f18.tar.bz2 |
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.rst | 2 |
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 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. |