PERFORCE change 103821 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Aug 14 09:00:32 UTC 2006


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

Change 103821 by gonzo at 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++;
 	}
 }
 


More information about the p4-projects mailing list