]> git.sur5r.net Git - openocd/blobdiff - src/target/cortex_a8.h
ARM ADI-V5: cleanup CID/PID addressing
[openocd] / src / target / cortex_a8.h
index cc2e0090d91f12099f69da7a1e41b61e6a60864a..7e116e49a441a167839ad169010790e01d6eeae1 100644 (file)
@@ -72,6 +72,9 @@ struct cortex_a8_common
        /* Use cortex_a8_read_regs_through_mem for fast register reads */
        int fast_reg_read;
 
+       /* Flag that helps to resolve what ttb to use: user or kernel */
+       int current_address_mode;
+
        struct armv7a_common armv7a_common;
 };