Date: Tue, 16 May 2006 23:45:25 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97307 for review Message-ID: <200605162345.k4GNjPch008415@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97307 Change 97307 by kmacy@kmacy_storage:sun4v_rwbuf on 2006/05/16 23:44:47 lduw appears to not do the right thing with bit 31 Affected files ... .. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/swtch.S#22 edit Differences ... ==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/swtch.S#22 (text+ko) ==== @@ -175,7 +175,7 @@ ldx [%l2 + PM_CONTEXT], %l3 ! old context cmp %g0, %l5 be,pn %xcc, 5f ! new context == kernel? - lduw [PCPU(CPUMASK)], %l4 + ld [PCPU(CPUMASK)], %l4 brz %l3, 10f ! old context == kernel? nop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605162345.k4GNjPch008415>