diff options
| author | Cornelia Huck <cohuck@redhat.com> | 2025-07-04 16:19:24 +0200 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2025-07-10 09:13:03 +0100 |
| commit | a7e1c62d075d48f0d05e5758471d9caf97e330df (patch) | |
| tree | 068f73831a02ca4d0a6039259a38dcf84f6b8b6d /target/arm/cpu.h | |
| parent | 1fea334eeed2b747d1c91ee0099401595ba697f8 (diff) | |
| download | focaccia-qemu-a7e1c62d075d48f0d05e5758471d9caf97e330df.tar.gz focaccia-qemu-a7e1c62d075d48f0d05e5758471d9caf97e330df.zip | |
arm/cpu: store id_aa64afr{0,1} into the idregs array
Signed-off-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Eric Auger <eric.auger@redhat.com> Message-id: 20250704141927.38963-3-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 835700cfab..008e530578 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -1082,8 +1082,6 @@ struct ArchCPU { uint32_t reset_sctlr; uint64_t pmceid0; uint64_t pmceid1; - uint64_t id_aa64afr0; - uint64_t id_aa64afr1; uint64_t clidr; uint64_t mp_affinity; /* MP ID without feature bits */ /* The elements of this array are the CCSIDR values for each cache, |