mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
Merge "fix(zynqmp): ensure memory write finish with dsb()" into integration
This commit is contained in:
commit
28a28511c4
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue