Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2010 07:16:01 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r206833 - user/jmallett/octeon/sys/mips/mips
Message-ID:  <201004190716.o3J7G1WY029574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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