PERFORCE change 97307 for review

Kip Macy kmacy at FreeBSD.org
Tue May 16 23:45:45 UTC 2006


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

Change 97307 by kmacy at 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


More information about the p4-projects mailing list