Signed-off-by: Jason Wessel <[email protected]> --- 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 <[email protected]> @@ -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 _______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
