X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fcortex_a.h;h=197a5992da9b941478f189d7fb8c648d0eabbe5b;hb=e63dab08986e7ec28acdb0bcc592305239810a48;hp=ea08c670f732ee2ce9865610a6a9daa2bf31f7cd;hpb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;p=openocd.git diff --git a/src/target/cortex_a.h b/src/target/cortex_a.h index ea08c670f7..197a5992da 100644 --- a/src/target/cortex_a.h +++ b/src/target/cortex_a.h @@ -93,12 +93,7 @@ struct cortex_a_common { int brp_num_available; struct cortex_a_brp *brp_list; - /* Use cortex_a_read_regs_through_mem for fast register reads */ - int fast_reg_read; - uint32_t cpuid; - uint32_t ctypr; - uint32_t ttypr; uint32_t didr; enum cortex_a_isrmasking_mode isrmasking_mode;