[ltt-dev] [PATCH 2/3] Change the arm headers to remove all the references to v7

Jason Wessel jason.wessel at windriver.com
Wed Feb 23 16:47:58 EST 2011


Signed-off-by: Jason Wessel <jason.wessel at windriver.com>
---
 urcu/arch_arm.h         |    8 ++++----
 urcu/uatomic_arch_arm.h |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/urcu/arch_arm.h b/urcu/arch_arm.h
index 125066b..e25457d 100644
--- a/urcu/arch_arm.h
+++ b/urcu/arch_arm.h
@@ -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 at 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 */
diff --git a/urcu/uatomic_arch_arm.h b/urcu/uatomic_arch_arm.h
index b68c818..bcd21d2 100644
--- a/urcu/uatomic_arch_arm.h
+++ b/urcu/uatomic_arch_arm.h
@@ -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 */
-- 
1.7.0





More information about the lttng-dev mailing list