From: Paul E. McKenney Date: Wed, 5 Jun 2024 03:59:35 +0000 (-0700) Subject: tools/memory-model: Add access-marking.txt to README X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=520c637bf0aa629ebbdbaf3236b50ad2684fc3f3;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Paul E. McKenney --- diff --git a/tools/memory-model/Documentation/README b/tools/memory-model/Documentation/README index db90a26dbdf40..304162743a5b8 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.