hange the arm headers to remove all the references to v7
[urcu.git] / urcu / uatomic_arch_arm.h
index b68c818c52ae99d1cbd263fba01fe5135ecf76b3..bcd21d2c5ad312929e9de653061249cf069e02b1 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef _URCU_ARCH_UATOMIC_ARMV7L_H
-#define _URCU_ARCH_UATOMIC_ARMV7L_H
+#ifndef _URCU_ARCH_UATOMIC_ARM_H
+#define _URCU_ARCH_UATOMIC_ARM_H
 
 /* 
- * Atomics for ARMv7.  This approach is usable on kernels back to 2.6.15.
+ * Atomics for ARM.  This approach is usable on kernels back to 2.6.15.
  *
  * Copyright (c) 1991-1994 by Xerox Corporation.  All rights reserved.
  * Copyright (c) 1996-1999 by Silicon Graphics.  All rights reserved.
@@ -47,4 +47,4 @@ extern "C" {
 
 #include <urcu/uatomic_generic.h>
 
-#endif /* _URCU_ARCH_UATOMIC_ARMV7L_H */
+#endif /* _URCU_ARCH_UATOMIC_ARM_H */
This page took 0.023276 seconds and 4 git commands to generate.