Rename all memory primitives with prefix cmm_
[urcu.git] / urcu / arch_armv7l.h
index b4049cdd183a03e4e98107077887b6a1479d1e24..6d58bb7017248396cf0b046863edab8c620148ac 100644 (file)
@@ -5,7 +5,7 @@
  * arch_armv7l.h: trivial definitions for the ARMv7 architecture.
  *
  * Copyright (c) 2010 Paul E. McKenney, IBM Corporation.
- * Copyright (c) 2009 Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
+ * Copyright (c) 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -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.022746 seconds and 4 git commands to generate.