Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111636365
D33276.id99489.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
866 B
Referenced Files
None
Subscribers
None
D33276.id99489.diff
View Options
Index: sys/amd64/amd64/pmap.c
===================================================================
--- sys/amd64/amd64/pmap.c
+++ sys/amd64/amd64/pmap.c
@@ -6140,7 +6140,7 @@
if (mpte != NULL) {
KASSERT(mpte->valid == VM_PAGE_BITS_ALL,
("pmap_remove_pde: pte page not promoted"));
- pmap_resident_count_adj(pmap, -1);
+ pmap_pt_page_count_adj(pmap, -1);
KASSERT(mpte->ref_count == NPTEPG,
("pmap_remove_pde: pte page ref count error"));
mpte->ref_count = 0;
@@ -8408,7 +8408,7 @@
if (mpte != NULL) {
KASSERT(mpte->valid == VM_PAGE_BITS_ALL,
("pmap_remove_pages: pte page not promoted"));
- pmap_resident_count_adj(pmap, -1);
+ pmap_pt_page_count_adj(pmap, -1);
KASSERT(mpte->ref_count == NPTEPG,
("pmap_remove_pages: pte page reference count error"));
mpte->ref_count = 0;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 7, 8:18 AM (15 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17028265
Default Alt Text
D33276.id99489.diff (866 B)
Attached To
Mode
D33276: amd64: fix user pt_page accounting
Attached
Detach File
Event Timeline
Log In to Comment