Rename all memory primitives with prefix cmm_
[urcu.git] / urcu / arch_armv7l.h
index e63ad3cf0c88613a35cdab34f1ee04e9033bf664..6d58bb7017248396cf0b046863edab8c620148ac 100644 (file)
@@ -29,7 +29,7 @@
 extern "C" {
 #endif 
 
-#define mb()    asm volatile("dmb":::"memory")
+#define cmm_mb()    asm volatile("dmb":::"memory")
 
 #include <stdlib.h>
 #include <sys/time.h>
This page took 0.022208 seconds and 4 git commands to generate.