On 5/15/2026 7:10 AM, Philippe Mathieu-Daudé wrote: > Make aarch64_aa32_a57_init() common by exposing its prototype > and defining it in cpu-max.c. Call it in arm_max_initfn() > restricted to AArch32. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > target/arm/internals.h | 1 + > target/arm/cpu-max.c | 74 ++++++++++++++++++++++++++++++++++++++++++ > target/arm/cpu64.c | 71 ---------------------------------------- > target/arm/tcg/cpu32.c | 48 ++------------------------- > 4 files changed, 77 insertions(+), 117 deletions(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
