Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2006 07:26:44 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96729 for review
Message-ID:  <200605060726.k467QigH064988@repoman.freebsd.org>

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

Change 96729 by kmacy@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



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