mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 19:36:47 +00:00
Merge branch 'master' into patch-add-vm-area
This commit is contained in:
commit
aa1046afae
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user