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:26 +0100
committerPeter Maydell <peter.maydell@linaro.org>2025-07-01 15:08:26 +0100
commit03380dd993de1a31c596b417f6e8a9de7dd8c370 (patch)
tree9b313f24590cb8a2f4383023819b32c8c414023f /target/arm/cpu.h
parent804cfc7eedb7457b137282a528d8c3465760c2e6 (diff)
downloadfocaccia-qemu-03380dd993de1a31c596b417f6e8a9de7dd8c370.tar.gz
focaccia-qemu-03380dd993de1a31c596b417f6e8a9de7dd8c370.zip
arm/cpu: Store aa64isar1/2 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-4-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 7b5c7a4abc..b81bc46966 100644
--- a/target/arm/cpu.h
+++ b/target/arm/cpu.h
@@ -1074,8 +1074,6 @@ struct ArchCPU {
         uint32_t dbgdidr;
         uint32_t dbgdevid;
         uint32_t dbgdevid1;
-        uint64_t id_aa64isar1;
-        uint64_t id_aa64isar2;
         uint64_t id_aa64pfr0;
         uint64_t id_aa64pfr1;
         uint64_t id_aa64mmfr0;