Properly initialize the full md_page structure
This commit is contained in:
parent
06ba753a7a
commit
2d968f6dd4
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user