Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2008 11:33:22 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 136803 for review
Message-ID:  <200803041133.m24BXMJ0088926@repoman.freebsd.org>

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

Change 136803 by rrs@rrs-mips2-jnpr on 2008/03/04 11:33:10

	PG_XXX -> PTE_XXX

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/swtch.S#15 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/swtch.S#15 (text+ko) ====

@@ -338,7 +338,7 @@
 	bltu	v0, s0, sw2			# no need to insert in TLB.
 	lw	a1, TD_UPTE+0(s7)		# t0 = first u. pte
 	lw	a2, TD_UPTE+4(s7)		# t1 = 2nd u. pte
-	and	s0, v0, PG_ODDPG
+	and	s0, v0, PTE_ODDPG
 	beq	s0, zero, entry0
 	nop
 



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