summaryrefslogtreecommitdiffstats
path: root/tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2020-11-05 13:20:56 -0800
committerPaul E. McKenney <paulmck@kernel.org>2020-11-06 17:25:16 -0800
commit1947bfcf81a905e84a58b423063e81034a90efed (patch)
treebea33fb0fa3ca7f74d7e86437c756149d233da21 /tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus
parent0a27ce6b6968866fa8e3bd70371d67752db7718f (diff)
downloadlinux-stable-1947bfcf81a905e84a58b423063e81034a90efed.tar.gz
linux-stable-1947bfcf81a905e84a58b423063e81034a90efed.tar.bz2
linux-stable-1947bfcf81a905e84a58b423063e81034a90efed.zip
tools/memory-model: Add types to litmus tests
This commit adds type information for global variables in the litmus tests in order to allow easier use with klitmus7. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus')
-rw-r--r--tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus b/tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus
index d52c68429722..19f3e6874b50 100644
--- a/tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus
+++ b/tools/memory-model/litmus-tests/MP+pooncerelease+poacquireonce.litmus
@@ -8,7 +8,10 @@ C MP+pooncerelease+poacquireonce
* pattern.
*)
-{}
+{
+ int x;
+ int y;
+}
P0(int *x, int *y)
{