summaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-05 22:04:13 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-05 22:04:13 -0800
commita81df55f393478cdef9197c248a1b64d26465589 (patch)
tree6eaf06a5d2af87df0a6f24bcb0213fd36a06e241 /src/target/armv7a.h
parentfec3c4763ad4cf2996fa138c4fd0f555e32e5e9f (diff)
downloadopenocd+libswd-a81df55f393478cdef9197c248a1b64d26465589.tar.gz
openocd+libswd-a81df55f393478cdef9197c248a1b64d26465589.tar.bz2
openocd+libswd-a81df55f393478cdef9197c248a1b64d26465589.tar.xz
openocd+libswd-a81df55f393478cdef9197c248a1b64d26465589.zip
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>
Diffstat (limited to 'src/target/armv7a.h')
-rw-r--r--src/target/armv7a.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/armv7a.h b/src/target/armv7a.h
index 3fc97f1f..2ad0321f 100644
--- a/src/target/armv7a.h
+++ b/src/target/armv7a.h
@@ -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);