]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
tools/memory-model: Add access-marking.txt to README
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 5 Jun 2024 03:59:35 +0000 (20:59 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 6 Jun 2024 18:24:58 +0000 (11:24 -0700)
Given that access-marking.txt exists, this commit makes it easier to find.

Reported-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/memory-model/Documentation/README

index db90a26dbdf40912d4de06bea6d3f7611cad29de..304162743a5b8b0c12827afd0384a14e34b104e6 100644 (file)
@@ -47,6 +47,10 @@ DESCRIPTION OF FILES
 README
        This file.
 
+access-marking.txt
+       Guidelines for marking intentionally concurrent accesses to
+       shared memory.
+
 cheatsheet.txt
        Quick-reference guide to the Linux-kernel memory model.