Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F3113043
Masterwork From Distant Lands
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Authored By
cem
Jan 9 2018, 8:59 PM
2018-01-09 20:59:29 (UTC+0)
Size
503 B
Referenced Files
None
Subscribers
None
Masterwork From Distant Lands
View Options
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index f200a34af6c8..e77577bea4b6 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -2185,7 +2185,8 @@ pmap_qenter(vm_offset_t sva, vm_page_t *ma, int count)
pa = VM_PAGE_TO_PHYS(m) | cache_bits;
if ((*pte & (PG_FRAME | X86_PG_PTE_CACHE)) != pa) {
oldpte |= *pte;
- pte_store(pte, pa | X86_PG_G | X86_PG_RW | X86_PG_V);
+ pte_store(pte, pa | X86_PG_G | X86_PG_RW | X86_PG_V |
+ pg_nx);
}
pte++;
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1252671
Default Alt Text
Masterwork From Distant Lands (503 B)
Attached To
Mode
P155 Masterwork From Distant Lands
Attached
Detach File
Event Timeline
Log In to Comment