svn commit: r230670 - stable/8/sys/sparc64/include

Marius Strobl marius at FreeBSD.org
Sat Jan 28 23:16:49 UTC 2012


Author: marius
Date: Sat Jan 28 23:16:49 2012
New Revision: 230670
URL: http://svn.freebsd.org/changeset/base/230670

Log:
  MFC: r225887
  
  Use the extended integer condition code when comparing 64-bit values. Given
  that ATOMIC_INC_LONG currently is unused this happened to not be fatal.

Modified:
  stable/8/sys/sparc64/include/asmacros.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/sparc64/include/asmacros.h
==============================================================================
--- stable/8/sys/sparc64/include/asmacros.h	Sat Jan 28 23:16:47 2012	(r230669)
+++ stable/8/sys/sparc64/include/asmacros.h	Sat Jan 28 23:16:49 2012	(r230670)
@@ -76,7 +76,7 @@
 9:	add	r2, 1, r3 ;						\
 	casxa	[r1] ASI_N, r2, r3 ;					\
 	cmp	r2, r3 ;						\
-	bne,pn	%icc, 9b ;						\
+	bne,pn	%xcc, 9b ;						\
 	 mov	r3, r2
 
 /*


More information about the svn-src-all mailing list