Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131844427
D51453.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
489 B
Referenced Files
None
Subscribers
None
D51453.diff
View Options
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -2003,7 +2003,7 @@
*/
p5_p[i] = KPML5phys | X86_PG_RW | X86_PG_A |
X86_PG_M | X86_PG_V | pg_nx;
- } else if (i >= DMPML5I && i < DMPML5I + NDMPML5E) {
+ } else if (i >= DMPML5I && i < DMPML5I + ndmpml4phys) {
/* Connect DMAP pml4 pages to PML5. */
p5_p[i] = (DMPML4phys + ptoa(i - DMPML5I)) |
X86_PG_RW | X86_PG_V | pg_nx;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 12, 3:49 PM (1 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21004709
Default Alt Text
D51453.diff (489 B)
Attached To
Mode
D51453: amd64: fix sysctl vm.pmap.kernel_maps
Attached
Detach File
Event Timeline
Log In to Comment