From 3a550e5b5fe011e526b150a5d234b48e8e2aaad6 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Thu, 19 Jan 2012 10:06:37 +0000 Subject: cleanup: rename armv4_5 to arm for readability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nothing more than a name change, just to make reading the code a bit simpler. Change-Id: I73a16b7302b48ce07d9688162955aae71d11eb45 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/390 Tested-by: jenkins Reviewed-by: Øyvind Harboe --- src/target/xscale.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/xscale.h') diff --git a/src/target/xscale.h b/src/target/xscale.h index e480da93..49d4c71e 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -91,7 +91,7 @@ struct xscale_trace struct xscale_common { /* armv4/5 common stuff */ - struct arm armv4_5_common; + struct arm arm; int common_magic; @@ -148,7 +148,7 @@ static inline struct xscale_common * target_to_xscale(struct target *target) { return container_of(target->arch_info, struct xscale_common, - armv4_5_common); + arm); } struct xscale_reg -- cgit v1.2.3-18-g5258