PERFORCE change 100898 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Jul 7 16:38:46 UTC 2006


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

Change 100898 by gonzo at gonzo_hq on 2006/07/07 16:38:03

	Fixed typo: MIPSXX -> XXXMIPS. Keep this label unified.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/pmap.c#4 edit

Differences ...

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

@@ -1233,7 +1233,7 @@
 	psize = atop(end - start);
 	m = m_start;
 	/*
-	 * MIPSXXX: check if locking required. 
+	 * XXXMIPS: check if locking required. 
 	 */
 	s = splvm();
 	while (m != NULL && (diff = m->pindex - m_start->pindex) < psize) {


More information about the p4-projects mailing list