summary refs log tree commit diff stats
path: root/target/arm/cpu.h
diff options
context:
space:
mode:
authorEric Auger <eric.auger@redhat.com>2025-07-01 15:08:28 +0100
committerPeter Maydell <peter.maydell@linaro.org>2025-07-01 15:08:28 +0100
commit33801d9bd0947042f223966bbb04f7528e1443f2 (patch)
tree760a5ec4414816869d1aefabf56ea5cd7006ff3a /target/arm/cpu.h
parent30ca689900c8c47bc4ca46be00ec9a7f1a78ccda (diff)
downloadfocaccia-qemu-33801d9bd0947042f223966bbb04f7528e1443f2.tar.gz
focaccia-qemu-33801d9bd0947042f223966bbb04f7528e1443f2.zip
arm/cpu: Store id_dfr0/1 into the idregs array
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Sebastian Ott <sebott@redhat.com>
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Message-id: 20250617153931.1330449-11-cohuck@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/arm/cpu.h')
-rw-r--r--target/arm/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/arm/cpu.h b/target/arm/cpu.h
index 30401926e1..c799105eeb 100644
--- a/target/arm/cpu.h
+++ b/target/arm/cpu.h
@@ -1059,8 +1059,6 @@ struct ArchCPU {
         uint32_t mvfr0;
         uint32_t mvfr1;
         uint32_t mvfr2;
-        uint32_t id_dfr0;
-        uint32_t id_dfr1;
         uint32_t dbgdidr;
         uint32_t dbgdevid;
         uint32_t dbgdevid1;