Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2003 01:42:50 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44435 for review
Message-ID:  <200312280942.hBS9goBe084442@repoman.freebsd.org>

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

Change 44435 by jmallett@jmallett_oingo on 2003/12/28 01:42:50

	DWIM.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/pmap.c#25 edit

Differences ...

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

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



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