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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user