From 3edcff8b8efff841dfe601e87f42de7fe7b4792b Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 4 Dec 2009 20:33:02 -0800 Subject: ARM: rename armv4_5_build_reg_cache() as arm_*() Signed-off-by: David Brownell --- src/target/xscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/xscale.c') diff --git a/src/target/xscale.c b/src/target/xscale.c index 352e1593..d5b1d636 100644 --- a/src/target/xscale.c +++ b/src/target/xscale.c @@ -2859,7 +2859,7 @@ static void xscale_build_reg_cache(struct target *target) int i; int num_regs = ARRAY_SIZE(xscale_reg_arch_info); - (*cache_p) = armv4_5_build_reg_cache(target, armv4_5); + (*cache_p) = arm_build_reg_cache(target, armv4_5); (*cache_p)->next = malloc(sizeof(struct reg_cache)); cache_p = &(*cache_p)->next; -- cgit v1.2.3