XScale uses the new inheritance/nesting scheme

Use target_to_xscale(), replacing needless pointer traversals
and simplifying a bunch of code.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell
2009-11-05 22:03:45 -08:00
parent 178c758096
commit 6cf956fa9d
2 changed files with 118 additions and 190 deletions

View File

@@ -128,9 +128,6 @@ typedef struct xscale_common_s
armv4_5_mmu_common_t armv4_5_mmu;
uint32_t cp15_control_reg;
/* possible future enhancements that go beyond XScale common stuff */
void *arch_info;
int fast_memory_access;
} xscale_common_t;