Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2006 09:00:10 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 103821 for review
Message-ID:  <200608140900.k7E90Aqr053007@repoman.freebsd.org>

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

Change 103821 by gonzo@gonzo_hq on 2006/08/14 08:59:12

	o pmap_qenter: fixed mapping of several virtual pages to one
	    physical.

Affected files ...

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

Differences ...

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

@@ -615,6 +615,7 @@
 	while (count-- > 0) {
 		pmap_kenter(va, VM_PAGE_TO_PHYS(m[i]));
 		va += PAGE_SIZE;
+		i++;
 	}
 }
 



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