summaryrefslogtreecommitdiff
path: root/src/target/xscale.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-05 22:03:45 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-05 22:03:45 -0800
commit6cf956fa9d0d0a0eddaf0c8878f25c549c005c62 (patch)
tree841f2a52189d1920a524625f00147574f2aa3343 /src/target/xscale.h
parent178c7580960b4d84fe83ef579250fba1d6ac4f2d (diff)
downloadopenocd+libswd-6cf956fa9d0d0a0eddaf0c8878f25c549c005c62.tar.gz
openocd+libswd-6cf956fa9d0d0a0eddaf0c8878f25c549c005c62.tar.bz2
openocd+libswd-6cf956fa9d0d0a0eddaf0c8878f25c549c005c62.tar.xz
openocd+libswd-6cf956fa9d0d0a0eddaf0c8878f25c549c005c62.zip
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>
Diffstat (limited to 'src/target/xscale.h')
-rw-r--r--src/target/xscale.h3
1 files changed, 0 insertions, 3 deletions
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;