[fix] typo

This commit is contained in:
wangxiaoyao
2023-02-20 16:38:46 +08:00
committed by guo
parent 26891e9117
commit 1c2daeafdc
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -207,6 +207,7 @@ void *rt_hw_mmu_map(rt_aspace_t aspace, void *v_addr, void *p_addr, size_t size,
MM_PGTBL_LOCK(aspace);
_kenrel_unmap_4K(aspace->page_table, (void *)unmap_va);
MM_PGTBL_UNLOCK(aspace);
unmap_va += ARCH_PAGE_SIZE;
}
break;
}