Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ace: mm: tlb: Check tlb translation enabled before flushing cache
Before unmapping a memory page, the cache is flushed. If the given memory page is not mapped, this operation ends with a cpu exception on the ptl platform. Add check if tlb translation is active before flushing. Signed-off-by: Adrian Warecki <[email protected]>
- Loading branch information