1
1

osc/sm: do not use gcc specific calls

cmr=v1.7.5:reviewer=jsquyres

This commit was SVN r30910.
Этот коммит содержится в:
Nathan Hjelm 2014-03-03 16:47:29 +00:00
родитель 0ac97761cc
Коммит dc3d4ffbf3

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

@ -48,7 +48,7 @@ lk_fetch32(ompi_osc_sm_module_t *module,
int target,
size_t offset)
{
__sync_synchronize();
opal_atomic_mb ();
return (uint32_t) *((char*) &module->node_states[target].lock + offset);
}