Merge branch 'master' into patch-add-vm-area

This commit is contained in:
fslongjin 2022-08-11 23:03:03 +08:00
commit aa1046afae

View File

@ -292,6 +292,7 @@ void mm_unmap_proc_table(ul proc_page_table_addr, bool is_phys, ul virt_addr_sta
{ {
*pde_ptr = 0; *pde_ptr = 0;
length_unmapped += PAGE_2M_SIZE; length_unmapped += PAGE_2M_SIZE;
pgt_num.num_PTE -= 512;
} }
} }