summaryrefslogtreecommitdiff
path: root/tools/memory-model/Documentation
diff options
context:
space:
mode:
authorAkira Yokosawa <akiyks@gmail.com>2020-05-10 13:37:14 +0900
committerPaul E. McKenney <paulmck@kernel.org>2020-06-29 12:05:18 -0700
commit9725dd55512772422e195cf0cfbca1eda6778358 (patch)
tree4c40da3118e059c1c29ef35c4577c02a3fa12c79 /tools/memory-model/Documentation
parente30d02355536e9678ab8a4dfcd6e90a86479b10f (diff)
tools/memory-model: Fix reference to litmus test in recipes.txt
The name of litmus test doesn't match the one described below. Fix the name of litmus test. Acked-by: Andrea Parri <parri.andrea@gmail.com> Acked-by: Joel Fernandes (Google) <joel@joelfernandes.org> Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/memory-model/Documentation')
-rw-r--r--tools/memory-model/Documentation/recipes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory-model/Documentation/recipes.txt b/tools/memory-model/Documentation/recipes.txt
index 7fe8d7aa3029..63c4adfed884 100644
--- a/tools/memory-model/Documentation/recipes.txt
+++ b/tools/memory-model/Documentation/recipes.txt
@@ -126,7 +126,7 @@ However, it is not necessarily the case that accesses ordered by
locking will be seen as ordered by CPUs not holding that lock.
Consider this example:
- /* See Z6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus. */
+ /* See Z6.0+pooncelock+pooncelock+pombonce.litmus. */
void CPU0(void)
{
spin_lock(&mylock);