From 8529e7c21e9976425a335693b19494783e1945e0 Mon Sep 17 00:00:00 2001 From: oharboe Date: Sun, 24 Feb 2008 21:54:09 +0000 Subject: - added "xscale fast_memory_access" which speeds up memory access by disabling "unecessary" checks. - arm926ejs. Added missing type->mmu and type->virt2phys fn's. for now these are used by working_area when specifying mmu enabled and mmu not enabled address git-svn-id: svn://svn.berlios.de/openocd/trunk@335 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/xscale.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/target/xscale.h') diff --git a/src/target/xscale.h b/src/target/xscale.h index 8d1c25cc..62285abb 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -143,6 +143,8 @@ typedef struct xscale_common_s /* possible future enhancements that go beyond XScale common stuff */ void *arch_info; + + int fast_memory_access; } xscale_common_t; typedef struct xscale_reg_s -- cgit v1.2.3