Merge "fix(zynqmp): ensure memory write finish with dsb()" into integration

This commit is contained in:
Joanna Farley 2022-09-14 09:14:34 +02:00 committed by TrustedFirmware Code Review
commit 28a28511c4

View file

@ -151,6 +151,8 @@ static uint64_t __unused __dead2 zynqmp_sgi7_irq(uint32_t id, uint32_t flags,
0xffffffff);
}
dsb();
spin_unlock(&inc_lock);
if (active_cores == 0) {