-
Jayachandran C authored
The current code puts the stopped cpus in an 'yield' instruction loop. Using a busy loop here is unnecessary, we can use the cpu_park_loop() function here to do a wfi/wfe. Signed-off-by:
Jayachandran C <jnair@caviumnetworks.com> Signed-off-by:
Aaro Koskinen <aaro.koskinen@nokia.com> Acked-by:
Will Deacon <will.deacon@arm.com> Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com>
dccc9da2