svn commit: r197055 - projects/ppc64/sys/powerpc/aim64

Nathan Whitehorn nwhitehorn at FreeBSD.org
Thu Sep 10 02:23:55 UTC 2009


Author: nwhitehorn
Date: Thu Sep 10 02:23:55 2009
New Revision: 197055
URL: http://svn.freebsd.org/changeset/base/197055

Log:
  Fix an obvious bug. I'm a mess today.

Modified:
  projects/ppc64/sys/powerpc/aim64/mmu_oea64.c

Modified: projects/ppc64/sys/powerpc/aim64/mmu_oea64.c
==============================================================================
--- projects/ppc64/sys/powerpc/aim64/mmu_oea64.c	Thu Sep 10 02:00:28 2009	(r197054)
+++ projects/ppc64/sys/powerpc/aim64/mmu_oea64.c	Thu Sep 10 02:23:55 2009	(r197055)
@@ -1037,6 +1037,7 @@ moea64_bridge_bootstrap(mmu_t mmup, vm_o
 
 			if (translations[i].om_va + off < SEGMENT_LENGTH)
 				moea64_kenter(mmup, translations[i].om_va + off,
+				    translations[i].om_pa_lo + off);
 
 			moea64_enter_locked(&ofw_pmap,
 			    translations[i].om_va + off, &m, VM_PROT_ALL, 1);


More information about the svn-src-projects mailing list