Page MenuHomeFreeBSD

D51453.diff
No OneTemporary

D51453.diff

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

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)

Event Timeline