diff options
author | Andrea Parri <andrea.parri@amarulasolutions.com> | 2019-02-19 23:55:23 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-06-19 18:32:10 +0200 |
commit | 37c600a3cc8a6941d77e853ec4e0e33fffa1046b (patch) | |
tree | 38265e1468bf9e0b901c9c982be159de773aba27 /tools/memory-model/litmus-tests | |
parent | tools/memory-model: Fix comment in MP+poonceonces.litmus (diff) | |
download | linux-37c600a3cc8a6941d77e853ec4e0e33fffa1046b.tar.xz linux-37c600a3cc8a6941d77e853ec4e0e33fffa1046b.zip |
tools/memory-model: Do not use "herd" to refer to "herd7"
Use "herd7" in each such reference.
Signed-off-by: Andrea Parri <andrea.parri@amarulasolutions.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Jade Alglave <j.alglave@ucl.ac.uk>
Cc: Luc Maranget <luc.maranget@inria.fr>
Cc: "Paul E. McKenney" <paulmck@linux.ibm.com>
Cc: Akira Yokosawa <akiyks@gmail.com>
Cc: Daniel Lustig <dlustig@nvidia.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Diffstat (limited to 'tools/memory-model/litmus-tests')
-rw-r--r-- | tools/memory-model/litmus-tests/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory-model/litmus-tests/README b/tools/memory-model/litmus-tests/README index 5ee08f129094..681f9067fa9e 100644 --- a/tools/memory-model/litmus-tests/README +++ b/tools/memory-model/litmus-tests/README @@ -244,7 +244,7 @@ produce the name: Adding the ".litmus" suffix: SB+rfionceonce-poonceonces.litmus The descriptors that describe connections between consecutive accesses -within the cycle through a given litmus test can be provided by the herd +within the cycle through a given litmus test can be provided by the herd7 tool (Rfi, Po, Fre, and so on) or by the linux-kernel.bell file (Once, Release, Acquire, and so on). |