PERFORCE change 96729 for review

Kip Macy kmacy at FreeBSD.org
Sat May 6 07:26:45 UTC 2006


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

Change 96729 by kmacy at kmacy_storage:sun4v_rwbuf on 2006/05/06 07:26:41

	compare against the right ASI in collision handling

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/exception.S#48 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/exception.S#48 (text+ko) ====

@@ -1530,7 +1530,7 @@
 	HASH_LOOKUP(%g2, %l6, %l2, tsb_miss_not_found, 8f)
 	mov	1, %g2
 	sethi	%uhi(VM_MIN_DIRECT_ADDRESS), %g3
-	cmp	%l3, ASI_LDTD_N
+	cmp	%l3, ASI_N
 	sllx	%g2, TH_COLLISION_SHIFT, %g2
 	sllx	%g3, 32, %g3
 	beq,pt	%xcc, 7f


More information about the p4-projects mailing list