Skip to content

Commit b05ee49

Browse files
committed
xlc: Remove dup definition of OPAL_HAVE_ATOMIC_LLSC_PTR.
Signed-off-by: Austen Lauria <[email protected]>
1 parent a849979 commit b05ee49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

opal/include/opal/sys/atomic_impl.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,6 @@ OPAL_ATOMIC_DEFINE_CMPXCG_PTR_XX(_rel_)
304304

305305
#endif /* (OPAL_HAVE_ATOMIC_SWAP_32 || OPAL_HAVE_ATOMIC_SWAP_64) */
306306

307-
#if !defined(OPAL_HAVE_ATOMIC_LLSC_PTR)
308-
#define OPAL_HAVE_ATOMIC_LLSC_PTR 0
309-
#endif
310-
311307
#if OPAL_HAVE_ATOMIC_MATH_32 || OPAL_HAVE_ATOMIC_MATH_64
312308

313309
static inline void

0 commit comments

Comments
 (0)