diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2025-05-14 14:29:46 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2025-05-14 14:29:46 +0100 |
| commit | ec7e5a90fea996f04ea24e81b680a87bc975354a (patch) | |
| tree | 6b2e60a8a03d7cc27b1e0909fdd800258385d4b6 /target/arm/internals.h | |
| parent | c6650a8c6cc18cdc4a46a6eef41b7d57e6bc0b2b (diff) | |
| download | focaccia-qemu-ec7e5a90fea996f04ea24e81b680a87bc975354a.tar.gz focaccia-qemu-ec7e5a90fea996f04ea24e81b680a87bc975354a.zip | |
target/arm: Remove TYPE_AARCH64_CPU
The TYPE_AARCH64_CPU class is an abstract type that is the parent of all the AArch64 CPUs. It now has no special behaviour of its own, so we can eliminate it and make the AArch64 CPUs directly inherit from TYPE_ARM_CPU. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20250429132200.605611-8-peter.maydell@linaro.org
Diffstat (limited to 'target/arm/internals.h')
| -rw-r--r-- | target/arm/internals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/arm/internals.h b/target/arm/internals.h index a396c0be3b..702eb1a548 100644 --- a/target/arm/internals.h +++ b/target/arm/internals.h @@ -354,7 +354,6 @@ static inline int r14_bank_number(int mode) } void arm_cpu_register(const ARMCPUInfo *info); -void aarch64_cpu_register(const ARMCPUInfo *info); void register_cp_regs_for_features(ARMCPU *cpu); void init_cpreg_list(ARMCPU *cpu); |