PERFORCE change 48331 for review
Juli Mallett
jmallett at FreeBSD.org
Sat Mar 6 23:26:39 PST 2004
http://perforce.freebsd.org/chv.cgi?CH=48331
Change 48331 by jmallett at jmallett_oingo on 2004/03/06 23:26:19
Snip useless comment.
Affected files ...
.. //depot/projects/mips/sys/mips/mips/pmap.c#28 edit
Differences ...
==== //depot/projects/mips/sys/mips/mips/pmap.c#28 (text+ko) ====
@@ -73,18 +73,6 @@
* and to when physical maps must be made correct.
*/
-/*
- * Notes on MIPS pmap:
- * o) Unlike the Alpha, we don't put pages directly into the TLB.
- * We use a PFN (which can be hidden by using PTE_TO_PA or
- * PA_TO_PTE) which is the TLB's idea of a page, more or less.
- * Don't be confused by PageMask, though, that just defines
- * how big of an area each mapping masks. The addresses we
- * take and put into the TLB are physical addresses, converted
- * to a PFN.
- * XXX Should we use XKPHYS instead of KSEG0 ?
- */
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
More information about the p4-projects
mailing list