Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2012 23:16:49 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r230670 - stable/8/sys/sparc64/include
Message-ID:  <201201282316.q0SNGnG6003419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 
 /*



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