summaryrefslogtreecommitdiff
path: root/target-arm/cpu-qom.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-06-20 11:57:18 +0000
committerPeter Maydell <peter.maydell@linaro.org>2012-06-20 12:08:22 +0000
commit2771db274193420b82f988b995282820631cdd99 (patch)
tree98f6bf77cbe19bdd7b84e14441f8f39e4c458cbd /target-arm/cpu-qom.h
parent34f9052967b2495c524560906023dbebf6556b5d (diff)
downloadqemu-2771db274193420b82f988b995282820631cdd99.tar.gz
target-arm: Convert cp15 crn=1 registers
Convert the cp15 crn=1 registers to the new scheme. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-arm/cpu-qom.h')
-rw-r--r--target-arm/cpu-qom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/cpu-qom.h b/target-arm/cpu-qom.h
index 4ccfc897c2..beabf9a0a9 100644
--- a/target-arm/cpu-qom.h
+++ b/target-arm/cpu-qom.h
@@ -97,6 +97,7 @@ typedef struct ARMCPU {
*/
uint32_t ccsidr[16];
uint32_t reset_cbar;
+ uint32_t reset_auxcr;
} ARMCPU;
static inline ARMCPU *arm_env_get_cpu(CPUARMState *env)