Skip to content

Commit

Permalink
tools/memory-model: Fix reference to litmus test in recipes.txt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Akira Yokosawa authored and Paul E. McKenney committed Jun 29, 2020
1 parent e30d023 commit 9725dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/memory-model/Documentation/recipes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9725dd5

Please sign in to comment.