PERFORCE change 136803 for review

Randall R. Stewart rrs at FreeBSD.org
Tue Mar 4 11:33:24 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=136803

Change 136803 by rrs at 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
 


More information about the p4-projects mailing list