commit | be880d1d3a5f54cf3cf741dbc9a127318d3038e5 | [log] [tgz] |
---|---|---|
author | Richard Palethorpe <rpalethorpe@suse.com> | Fri Sep 29 12:23:09 2017 +0200 |
committer | Cyril Hrubis <chrubis@suse.cz> | Wed Oct 11 13:20:35 2017 +0200 |
tree | 5feff9e54436ffb16faf4d285899f4f8db7e6bcc | |
parent | 81a0bb911f92dc3e15500a817e746ae9fb6b4060 [diff] [blame] |
tst_atomic: Add load, store and use __atomic builtins Also add more fallback inline assembly for the existing architectures and add SPARC64. Use the __atomic_* compiler intrinsics when available. Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
diff --git a/configure.ac b/configure.ac index 465655e..c84d3e4 100644 --- a/configure.ac +++ b/configure.ac
@@ -194,5 +194,6 @@ LTP_CHECK_MMSGHDR LTP_CHECK_UNAME_DOMAINNAME LTP_CHECK_X_TABLES +LTP_CHECK_ATOMIC_MEMORY_MODEL AC_OUTPUT