Page MenuHomeFreeBSD

D26141.id.diff
No OneTemporary

D26141.id.diff

Index: head/sys/amd64/amd64/pmap.c
===================================================================
--- head/sys/amd64/amd64/pmap.c
+++ head/sys/amd64/amd64/pmap.c
@@ -2111,7 +2111,7 @@
* Collect the page table pages that were replaced by a 2MB
* page in create_pagetables(). They are zero filled.
*/
- if (i << PDRSHIFT < KERNend &&
+ if ((vm_paddr_t)i << PDRSHIFT < KERNend &&
pmap_insert_pt_page(kernel_pmap, mpte, false))
panic("pmap_init: pmap_insert_pt_page failed");
}

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 24, 3:12 AM (8 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37171907
Default Alt Text
D26141.id.diff (507 B)

Event Timeline