]> git.proxmox.com Git - qemu.git/blobdiff - target-arm/cpu-qom.h
target-arm: Move A9 config_base_address reset value to ARMCPU
[qemu.git] / target-arm / cpu-qom.h
index 2891521df42564e12eee9f83c2064eabeae6a549..a61c68d21b555140e9ddd4fef1f757c599d201fd 100644 (file)
@@ -93,6 +93,7 @@ typedef struct ARMCPU {
      * in the order L1DCache, L1ICache, L2DCache, L2ICache, etc.
      */
     uint32_t ccsidr[16];
+    uint32_t reset_cbar;
 } ARMCPU;
 
 static inline ARMCPU *arm_env_get_cpu(CPUARMState *env)