Initialize all members of vm_page::md_page for armv4/5 systems. This fixes
a hang in SI_SUB_KMEM sysinit, and is apparently required after r323290. Inspired by the commit message for r323676. Reported by: andreast@
This commit is contained in:
parent
ebd328aad6
commit
ee91b89230
@ -1725,6 +1725,8 @@ pmap_page_init(vm_page_t m)
|
||||
|
||||
TAILQ_INIT(&m->md.pv_list);
|
||||
m->md.pv_memattr = VM_MEMATTR_DEFAULT;
|
||||
m->md.pvh_attrs = 0;
|
||||
m->md.pv_kva = 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user