svn commit: r325629 - head/sys/powerpc/booke

Justin Hibbits jhibbits at FreeBSD.org
Fri Nov 10 04:23:59 UTC 2017


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);
 }
 


More information about the svn-src-all mailing list