arm/arm64: gic: Remove SMP synchronization from ipi_clear_active_handler()
The gicv{2,3}-active test sends an IPI from the boot CPU to itself, then
checks that the interrupt has been received as expected. There is no need
to use inter-processor memory synchronization primitives on code that runs
on the same CPU, so remove the unneeded memory barriers.
Reviewed-by:
Eric Auger <eric.auger@redhat.com>
Loading
Please register or sign in to comment