PERFORCE change 142150 for review

Vincenzo Iozzo snagg at FreeBSD.org
Fri May 23 19:35:06 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=142150

Change 142150 by snagg at snagg_macosx on 2008/05/23 19:34:38

	IFC

Affected files ...

.. //depot/projects/soc2008/snagg-audit/sys/powerpc/aim/mmu_oea.c#3 integrate

Differences ...

==== //depot/projects/soc2008/snagg-audit/sys/powerpc/aim/mmu_oea.c#3 (text+ko) ====

@@ -91,7 +91,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/powerpc/aim/mmu_oea.c,v 1.121 2008/04/28 03:04:41 marcel Exp $");
+__FBSDID("$FreeBSD: src/sys/powerpc/aim/mmu_oea.c,v 1.122 2008/05/23 19:16:24 marcel Exp $");
 
 /*
  * Manages physical address maps.
@@ -655,6 +655,10 @@
 
 	trcp[0] = 0x1006;
 	trcp[1] = sdr;
+
+	tlbia();
+
+	trcp[0] = 0x1007;
 }
 
 void
@@ -895,7 +899,6 @@
 	kernel_pmap->pm_active = ~0;
 
 	pmap_cpu_bootstrap(trace, 0);
-	tlbia();
 
 	pmap_bootstrapped++;
 


More information about the p4-projects mailing list