X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Farm946e.h;h=fd45f05af32530ed31a858814747d7ed45af3a25;hb=b6cb48c212680b8b8598227f4e3bab6c6b5a4cd4;hp=1837bad77b5b1422438c72f709b76280a4be4a17;hpb=374127301ec1d72033b9d573b72c7abdfd61990d;p=fw%2Fopenocd diff --git a/src/target/arm946e.h b/src/target/arm946e.h index 1837bad77..fd45f05af 100644 --- a/src/target/arm946e.h +++ b/src/target/arm946e.h @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef ARM946E_H @@ -35,6 +35,7 @@ struct arm946e_common { struct arm7_9_common arm7_9_common; int common_magic; uint32_t cp15_control_reg; + uint32_t cp15_cache_info; }; static inline struct arm946e_common *target_to_arm946(struct target *target)