Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
regions_mm: Invalidate cache when freeing memory
Platforms based on xtensa have a non-coherent cache between cores. Before releasing a memory block, it is necessary to invalidate the cache. This memory block can be allocated by another core and performing cache writeback by the previous owner will destroy current content of the main memory. Invalidate cache when freeing allocated memory block. Signed-off-by: Adrian Warecki <[email protected]>
- Loading branch information