Author: jhibbits Date: Fri Nov 10 04:23:58 2017 New Revision: 325629 URL: https://svnweb.freebsd.org/changeset/base/325629
Log: Properly initialize the full md_page structure Modified: head/sys/powerpc/booke/pmap.c Modified: head/sys/powerpc/booke/pmap.c ============================================================================== --- head/sys/powerpc/booke/pmap.c Fri Nov 10 04:14:48 2017 (r325628) +++ head/sys/powerpc/booke/pmap.c Fri Nov 10 04:23:58 2017 (r325629) @@ -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); } _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"