From 6cf956fa9d0d0a0eddaf0c8878f25c549c005c62 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Thu, 5 Nov 2009 22:03:45 -0800 Subject: 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 --- src/target/xscale.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/target/xscale.h') diff --git a/src/target/xscale.h b/src/target/xscale.h index a1f3d463..56db1815 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -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; -- cgit v1.2.3