Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / legacyheaders / thread_mpi / atomic / xlc_ppc.h
index 4b8cbc2a59255321fab9683697fc34c00457f74f..b08474a8f67acadc9110e55fde1f7a51ed53f1c1 100644 (file)
@@ -280,5 +280,5 @@ static inline void tMPI_Spinlock_wait(tMPI_Spinlock_t *x)
     do
     {
     }
-    while (spin_islocked(x));
+    while (tMPI_Spinlock_islocked(x));
 }