aboutsummaryrefslogtreecommitdiff
path: root/target-arm/cpu-qom.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-03-23 13:23:11 +0000
committerPeter Maydell <peter.maydell@linaro.org>2012-03-23 13:40:47 +0000
commit8e38aa4c9182f2a793be739193a5d6a60beff13b (patch)
tree73de035f0aa42eec4693c659712769875d8b9a84 /target-arm/cpu-qom.h
parent1e405a746c183b4de33b6232eee15126df311036 (diff)
target-arm: Move c0_cachetype to ARMCPU
Move c0_cachetype value to ARMCPU and out of cpu_reset_model_id(). 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 074a2b7a61..bf2e9d4bb5 100644
--- a/target-arm/cpu-qom.h
+++ b/target-arm/cpu-qom.h
@@ -66,6 +66,7 @@ typedef struct ARMCPU {
uint32_t reset_fpsid;
uint32_t mvfr0;
uint32_t mvfr1;
+ uint32_t ctr;
} ARMCPU;
static inline ARMCPU *arm_env_get_cpu(CPUARMState *env)