1
1

Mark XLC atomics as non-inline.

This commit was SVN r16989.
Этот коммит содержится в:
Ethan Mallove 2007-12-18 16:18:49 +00:00
родитель fcbca510d8
Коммит 2b48f42637

Просмотреть файл

@ -96,6 +96,9 @@ void opal_atomic_wmb(void)
* containing the right hex for the instructions). * containing the right hex for the instructions).
*/ */
#undef OPAL_HAVE_INLINE_ATOMIC_MEM_BARRIER
#define OPAL_HAVE_INLINE_ATOMIC_MEM_BARRIER 0
#pragma mc_func opal_atomic_mb { "7c0004ac" } /* sync */ #pragma mc_func opal_atomic_mb { "7c0004ac" } /* sync */
#pragma reg_killed_by opal_atomic_mb /* none */ #pragma reg_killed_by opal_atomic_mb /* none */