Skip to content

Commit 9725dd5

Browse files
akiykspaulmckrcu
authored andcommitted
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 <[email protected]> Acked-by: Joel Fernandes (Google) <[email protected]> Signed-off-by: Akira Yokosawa <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent e30d023 commit 9725dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/memory-model/Documentation/recipes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ However, it is not necessarily the case that accesses ordered by
126126
locking will be seen as ordered by CPUs not holding that lock.
127127
Consider this example:
128128

129-
/* See Z6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus. */
129+
/* See Z6.0+pooncelock+pooncelock+pombonce.litmus. */
130130
void CPU0(void)
131131
{
132132
spin_lock(&mylock);

0 commit comments

Comments
 (0)