PERFORCE change 136738 for review

Randall R. Stewart rrs at FreeBSD.org
Mon Mar 3 13:14:22 UTC 2008


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

Change 136738 by rrs at rrs-mips2-jnpr on 2008/03/03 13:14:17

	Takes out my PG_G hack, since I now have located
	       and fixed the source of the problem.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/pmap.c#25 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/pmap.c#25 (text+ko) ====

@@ -1824,13 +1824,6 @@
 
 	if (is_kernel_pmap(pmap)) {
 	         newpte |= PG_G;
-	} else {
- 	        /* non kernel  map should
-		 * should never have the PG_G
-		 * bit on. FIX, need to find out
-		 * who is turning it on in callers.
-		 */
-	         newpte &= (~PG_G);
 	}
 
 	/*


More information about the p4-projects mailing list