Skip to content

Commit

Permalink
Merge "fix(lib\realm): execute dsb(ish) after DC ZVA instructions" in…
Browse files Browse the repository at this point in the history
…to integration
  • Loading branch information
soby-mathew authored and TrustedFirmware Code Review committed Mar 8, 2024
2 parents 1a8ac10 + d9aa2e7 commit cfcc5d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/realm/src/granule.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ void granule_memzero_mapped(void *buf)
dczva(addr);
addr += block_size;
}

dsb(ish);
}

/*
Expand Down

0 comments on commit cfcc5d4

Please sign in to comment.