Skip to content

Commit ba243bb

Browse files
authored
Merge pull request #6463 from rhc54/cmr31x/arch
v3.1.x: Fix typo in PMIx atomics
2 parents e6f7f87 + 4d16fd7 commit ba243bb

File tree

1 file changed

+2
-2
lines changed
  • opal/mca/pmix/pmix2x/pmix/src/atomics/sys/gcc_builtin

1 file changed

+2
-2
lines changed

opal/mca/pmix/pmix2x/pmix/src/atomics/sys/gcc_builtin/atomic.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* reserved.
1616
* Copyright (c) 2016-2017 Research Organization for Information Science
1717
* and Technology (RIST). All rights reserved.
18-
* Copyright (c) 2018 Intel, Inc. All rights reserved.
18+
* Copyright (c) 2018-2019 Intel, Inc. All rights reserved.
1919
* Copyright (c) 2018 Triad National Security, LLC. All rights
2020
* reserved.
2121
* $COPYRIGHT$
@@ -60,7 +60,7 @@ static inline void pmix_atomic_mb(void)
6060

6161
static inline void pmix_atomic_rmb(void)
6262
{
63-
#if OPAL_ASSEMBLY_ARCH == OPAL_X86_64
63+
#if PMIX_ASSEMBLY_ARCH == PMIX_X86_64
6464
/* work around a bug in older gcc versions where ACQUIRE seems to get
6565
* treated as a no-op instead of being equivalent to
6666
* __asm__ __volatile__("": : :"memory") */

0 commit comments

Comments
 (0)