summaryrefslogtreecommitdiff
path: root/tools/memory-model/Documentation/locking.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/memory-model/Documentation/locking.txt')
-rw-r--r--tools/memory-model/Documentation/locking.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/memory-model/Documentation/locking.txt b/tools/memory-model/Documentation/locking.txt
index 65c898c64a93..d6dc3cc34ab6 100644
--- a/tools/memory-model/Documentation/locking.txt
+++ b/tools/memory-model/Documentation/locking.txt
@@ -1,3 +1,8 @@
+[!] Note:
+ This file expands on the "Locking" section of recipes.txt,
+ focusing on locklessly accessing shared variables that are
+ otherwise protected by a lock.
+
Locking
=======