Documentation: refcount-vs-atomic: Update reference to LKMM doc.
authorAndrea Parri <andrea.parri@amarulasolutions.com>
Fri, 4 May 2018 21:11:49 +0000 (23:11 +0200)
committerJonathan Corbet <corbet@lwn.net>
Tue, 8 May 2018 20:52:39 +0000 (14:52 -0600)
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>
Documentation/core-api/refcount-vs-atomic.rst

index 83351c258cdb9a839014b0b1516cbdcbc224dca7..322851bada16742330c8a2cf4457e5ee30698a97 100644 (file)
@@ -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.