From a81df55f393478cdef9197c248a1b64d26465589 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Thu, 5 Nov 2009 22:04:13 -0800 Subject: Cortex-A8: use the new inheritance/nesting scheme Use target_to_armv7a() etc, replacing needless pointer traversals. Stop using X->arch_info scheme in most ARMv7-A and Cortex-A8 code. Signed-off-by: David Brownell --- src/target/cortex_a8.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/target/cortex_a8.h') diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h index b98a7de1..b4cb3275 100644 --- a/src/target/cortex_a8.h +++ b/src/target/cortex_a8.h @@ -134,7 +134,6 @@ typedef struct cortex_a8_common_s int fast_reg_read; armv7a_common_t armv7a_common; - void *arch_info; } cortex_a8_common_t; static inline struct cortex_a8_common_s * -- cgit v1.2.3