Properly initialize the full md_page structure

This commit is contained in:
Justin Hibbits 2017-11-10 04:23:58 +00:00
parent 06ba753a7a
commit 2d968f6dd4

View File

@ -2884,6 +2884,7 @@ static void
mmu_booke_page_init(mmu_t mmu, vm_page_t m)
{
m->md.pv_tracked = 0;
TAILQ_INIT(&m->md.pv_list);
}