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

Nathan Whitehorn nwhitehorn at FreeBSD.org
Tue Sep 8 04:08:14 UTC 2009


Author: nwhitehorn
Date: Tue Sep  8 04:08:14 2009
New Revision: 196960
URL: http://svn.freebsd.org/changeset/base/196960

Log:
  Fix the fix. Clearly it is time for bed.

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	Tue Sep  8 04:06:41 2009	(r196959)
+++ projects/ppc64/sys/powerpc/aim64/mmu_oea64.c	Tue Sep  8 04:08:14 2009	(r196960)
@@ -1026,7 +1026,7 @@ moea64_bridge_bootstrap(mmu_t mmup, vm_o
 				    translations[i].om_va + off);
 
 			m.phys_addr = translations[i].om_pa_lo + off;
-		      #ifdef __powerpc64
+		      #ifdef __powerpc64__
 			m.phys_addr += translations[i].om_pa_hi << 32;
 		      #endif
 			moea64_enter_locked(&ofw_pmap,


More information about the svn-src-projects mailing list