From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason.wessel@windriver.com (Jason Wessel) Date: Wed, 23 Feb 2011 15:47:58 -0600 Subject: [ltt-dev] [PATCH 2/3] Change the arm headers to remove all the references to v7 In-Reply-To: <1298497679-31323-1-git-send-email-jason.wessel@windriver.com> References: <1298497679-31323-1-git-send-email-jason.wessel@windriver.com> Message-ID: <1298497679-31323-3-git-send-email-jason.wessel@windriver.com> Signed-off-by: Jason Wessel --- 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 @@ -53,4 +53,4 @@ static inline cycles_t caa_get_cycles (void) #include -#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 -#endif /* _URCU_ARCH_UATOMIC_ARMV7L_H */ +#endif /* _URCU_ARCH_UATOMIC_ARM_H */ -- 1.7.0