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>
This commit is contained in:
Andrea Parri 2018-05-04 23:11:49 +02:00 committed by Jonathan Corbet
parent 18bcaa4e61
commit a9251553c2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ in order to help maintainers validate their code against the change in
these memory ordering guarantees. these memory ordering guarantees.
The terms used through this document try to follow the formal LKMM defined in 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-barriers.txt and atomic_t.txt provide more background to the
memory ordering in general and for atomic operations specifically. memory ordering in general and for atomic operations specifically.