diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2024-06-04 20:59:35 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2024-06-06 11:24:58 -0700 |
commit | 520c637bf0aa629ebbdbaf3236b50ad2684fc3f3 (patch) | |
tree | e40a8a8c589e81625e3ba2272d859cbc31152349 /tools/memory-model | |
parent | 1e029b73b7d1d8684e52961a7ecf74770d16651b (diff) |
tools/memory-model: Add access-marking.txt to README
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>
Diffstat (limited to 'tools/memory-model')
-rw-r--r-- | tools/memory-model/Documentation/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/memory-model/Documentation/README b/tools/memory-model/Documentation/README index db90a26dbdf4..304162743a5b 100644 --- a/tools/memory-model/Documentation/README +++ b/tools/memory-model/Documentation/README @@ -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. |