svn commit: r206833 - user/jmallett/octeon/sys/mips/mips

Juli Mallett jmallett at FreeBSD.org
Mon Apr 19 07:16:01 UTC 2010


Author: jmallett
Date: Mon Apr 19 07:16:01 2010
New Revision: 206833
URL: http://svn.freebsd.org/changeset/base/206833

Log:
  Fix comment.

Modified:
  user/jmallett/octeon/sys/mips/mips/swtch.S

Modified: user/jmallett/octeon/sys/mips/mips/swtch.S
==============================================================================
--- user/jmallett/octeon/sys/mips/mips/swtch.S	Mon Apr 19 06:58:56 2010	(r206832)
+++ user/jmallett/octeon/sys/mips/mips/swtch.S	Mon Apr 19 07:16:01 2010	(r206833)
@@ -304,7 +304,7 @@ blocked_loop:
  * Wiredown the USPACE of newproc in TLB entry#0.  Check whether target
  * USPACE is already in another place of TLB before that, and if so
  * invalidate that TLB entry.
- * NOTE: This is hard coded to UPAGES == 1.
+ * NOTE: This is hard coded to UPAGES == 2.
  * Also, there should be no TLB faults at this point.
  */
 	MTC0	v0, COP_0_TLB_HI		# VPN = va


More information about the svn-src-user mailing list