Skip to content

Commit 22923f9

Browse files
authored
Merge pull request #8456 from hjelmn/fix_redefinition_warning_on_power
Fix stale definition for OPAL_HAVE_ATOMIC_LLSC_PTR
2 parents 2798ee4 + 2a80027 commit 22923f9

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)