From: Jason Wessel Date: Mon, 28 Feb 2011 16:33:42 +0000 (-0500) Subject: hange the arm headers to remove all the references to v7 X-Git-Tag: v0.5.3~7 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=6aca01252647cb7f035ae731d2ce3cf1b02ab501 hange the arm headers to remove all the references to v7 Signed-off-by: Jason Wessel Signed-off-by: Mathieu Desnoyers --- 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 */