Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152978933
D15052.id41414.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
504 B
Referenced Files
None
Subscribers
None
D15052.id41414.diff
View Options
Index: sys/amd64/amd64/pmap.c
===================================================================
--- sys/amd64/amd64/pmap.c
+++ sys/amd64/amd64/pmap.c
@@ -8000,7 +8000,7 @@
for (; sva < eva; sva += PAGE_SIZE) {
pte = pmap_pti_pte(sva, &unwire_pde);
pa = pmap_kextract(sva);
- ptev = pa | X86_PG_RW | X86_PG_V | X86_PG_A |
+ ptev = pa | X86_PG_RW | X86_PG_V | X86_PG_A | X86_PG_G |
(exec ? 0 : pg_nx) | pmap_cache_bits(kernel_pmap,
VM_MEMATTR_DEFAULT, FALSE);
if (*pte == 0) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 11:04 AM (9 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31763998
Default Alt Text
D15052.id41414.diff (504 B)
Attached To
Mode
D15052: Set PG_G global mapping bit on the trampoline mappings.
Attached
Detach File
Event Timeline
Log In to Comment