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/armv7a.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/target/armv7a.h') diff --git a/src/target/armv7a.h b/src/target/armv7a.h index 3fc97f1f..2ad0321f 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -107,7 +107,6 @@ typedef struct armv7a_common_s /* Cache and Memory Management Unit */ armv4_5_mmu_common_t armv4_5_mmu; armv4_5_common_t armv4_5_common; - void *arch_info; // int (*full_context)(struct target_s *target); // int (*read_core_reg)(struct target_s *target, int num, enum armv7a_mode mode); -- cgit v1.2.3