commit | 256ab0c9191c2c8ab11fb30697f5da1a6962a1ba | [log] [tgz] |
---|---|---|
author | Adrian Warecki <adrian.warecki@intel.com> | Tue Sep 10 13:37:08 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 15 04:09:49 2024 -0400 |
tree | 1ecc07b2d69c7a0b4e321a7443ebcdc3132d3197 | |
parent | 0e9b9b0cf3044834d6dfe3c4f8356a70725c1f72 [diff] |
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 <adrian.warecki@intel.com>