Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2006 16:38:45 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 100898 for review
Message-ID:  <200607071638.k67GcjhH041216@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100898

Change 100898 by gonzo@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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607071638.k67GcjhH041216>