Skip to content
Commit 2456844d authored by Alexandru Elisei's avatar Alexandru Elisei
Browse files

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: default avatarEric Auger <eric.auger@redhat.com>
parent e401b787
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment