Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Akira Yokosawa and committed by
Paul E. McKenney
9725dd55 e30d0235

+1 -1
+1 -1
tools/memory-model/Documentation/recipes.txt
··· 126 126 locking will be seen as ordered by CPUs not holding that lock. 127 127 Consider this example: 128 128 129 - /* See Z6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus. */ 129 + /* See Z6.0+pooncelock+pooncelock+pombonce.litmus. */ 130 130 void CPU0(void) 131 131 { 132 132 spin_lock(&mylock);