Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: jason.wessel@windriver.com (Jason Wessel)
Subject: [ltt-dev] [PATCH 2/3] Change the arm headers to remove all the references to v7
Date: Wed, 23 Feb 2011 15:47:58 -0600	[thread overview]
Message-ID: <1298497679-31323-3-git-send-email-jason.wessel@windriver.com> (raw)
In-Reply-To: <1298497679-31323-1-git-send-email-jason.wessel@windriver.com>

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





  parent reply	other threads:[~2011-02-23 21:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-23 21:47 [ltt-dev] [PATCH 0/3] Support for user space rcu for ARM < v7 Jason Wessel
2011-02-23 21:47 ` [ltt-dev] [PATCH 1/3] Make armv7l headers generic for the arm architecture Jason Wessel
2011-02-23 21:47 ` Jason Wessel [this message]
2011-02-23 21:47 ` [ltt-dev] [PATCH 3/3] Add a test for the dmb instruction on ARM Jason Wessel
2011-02-28 16:36 ` [ltt-dev] [PATCH 0/3] Support for user space rcu for ARM < v7 Mathieu Desnoyers
2011-02-28 16:40 ` Mathieu Desnoyers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1298497679-31323-3-git-send-email-jason.wessel@windriver.com \
    --to=jason.wessel@windriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox