On 2/19/26 9:18 AM, Alex Bennée wrote:
We already have do_cpu_reset called when the system is reset so there is no need to do it here.By removing this we now only do (smp*2)-1 calls to cpu_reset. Once per core as part of qemu_system_reset and then once per secondary core as PSCI calls are made to reset them. Message-ID: <[email protected]> Signed-off-by: Alex Bennée <[email protected]> --- target/arm/cpu.c | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
