diff options
| author | Eric Auger <eric.auger@redhat.com> | 2025-07-01 15:08:28 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2025-07-01 15:08:28 +0100 |
| commit | 30ca689900c8c47bc4ca46be00ec9a7f1a78ccda (patch) | |
| tree | d34f2535c1da674373bf13a5d801c4cd0bb62e83 /target/arm/cpu.h | |
| parent | c0c2344c4354180edf2476ae5764548a36fa9b67 (diff) | |
| download | focaccia-qemu-30ca689900c8c47bc4ca46be00ec9a7f1a78ccda.tar.gz focaccia-qemu-30ca689900c8c47bc4ca46be00ec9a7f1a78ccda.zip | |
arm/cpu: Store id_pfr0/1/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-10-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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 353c18e679..30401926e1 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -1056,9 +1056,6 @@ struct ArchCPU { uint32_t id_mmfr3; uint32_t id_mmfr4; uint32_t id_mmfr5; - uint32_t id_pfr0; - uint32_t id_pfr1; - uint32_t id_pfr2; uint32_t mvfr0; uint32_t mvfr1; uint32_t mvfr2; |