hange the arm headers to remove all the references to v7
authorJason Wessel <jason.wessel@windriver.com>
Mon, 28 Feb 2011 16:33:42 +0000 (11:33 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 28 Feb 2011 16:33:42 +0000 (11:33 -0500)
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/arch_arm.h
urcu/uatomic_arch_arm.h

index 125066b8239190b5be4580c11ba406a7baa8be7e..e25457d707427b5cd70a2141089da9909f1c4bc5 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef _URCU_ARCH_ARMV7L_H
-#define _URCU_ARCH_ARMV7L_H
+#ifndef _URCU_ARCH_ARM_H
+#define _URCU_ARCH_ARM_H
 
 /*
- * arch_armv7l.h: trivial definitions for the ARMv7 architecture.
+ * arch_arm.h: trivial definitions for the ARM architecture.
  *
  * Copyright (c) 2010 Paul E. McKenney, IBM Corporation.
  * Copyright (c) 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
@@ -53,4 +53,4 @@ static inline cycles_t caa_get_cycles (void)
 
 #include <urcu/arch_generic.h>
 
-#endif /* _URCU_ARCH_ARMV7L_H */
+#endif /* _URCU_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.025915 seconds and 4 git commands to generate.