Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 2004 23:26:38 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 48331 for review
Message-ID:  <200403070726.i277QcfA091682@repoman.freebsd.org>

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

Change 48331 by jmallett@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>



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