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: Ignore unmappig error in driver initalization
The sys_mm_drv_unmap_region_initial function is responsible for unmapping all unused virtual memory during tlb driver initialization. Most addresses will not have a mapped page. Ignore the error code indicating unmapped memory that will occur when trying to unmap. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
- Loading branch information