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 <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user