Rename all arch primitives with prefix caa_
[urcu.git] / urcu / arch_s390.h
index 1a55e0d4e4c4596ccca31a184c2d0e668320d574..8d1483abb4aff07c4b129c3e758887af58468ee5 100644 (file)
@@ -35,9 +35,9 @@
 extern "C" {
 #endif 
 
-#define CACHE_LINE_SIZE        128
+#define CAA_CACHE_LINE_SIZE    128
 
-#define mb()    __asm__ __volatile__("bcr 15,0" : : : "memory")
+#define cmm_mb()    __asm__ __volatile__("bcr 15,0" : : : "memory")
 
 typedef unsigned long long cycles_t;
 
This page took 0.022041 seconds and 4 git commands to generate.