svn commit: r230669 - stable/9/sys/sparc64/include
Marius Strobl
marius at FreeBSD.org
Sat Jan 28 23:16:48 UTC 2012
Author: marius
Date: Sat Jan 28 23:16:47 2012
New Revision: 230669
URL: http://svn.freebsd.org/changeset/base/230669
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/9/sys/sparc64/include/asmacros.h
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/amd64/include/xen/ (props changed)
stable/9/sys/boot/ (props changed)
stable/9/sys/boot/i386/efi/ (props changed)
stable/9/sys/boot/ia64/efi/ (props changed)
stable/9/sys/boot/ia64/ski/ (props changed)
stable/9/sys/boot/powerpc/boot1.chrp/ (props changed)
stable/9/sys/boot/powerpc/ofw/ (props changed)
stable/9/sys/cddl/contrib/opensolaris/ (props changed)
stable/9/sys/conf/ (props changed)
stable/9/sys/contrib/dev/acpica/ (props changed)
stable/9/sys/contrib/octeon-sdk/ (props changed)
stable/9/sys/contrib/pf/ (props changed)
stable/9/sys/contrib/x86emu/ (props changed)
Modified: stable/9/sys/sparc64/include/asmacros.h
==============================================================================
--- stable/9/sys/sparc64/include/asmacros.h Sat Jan 28 23:15:04 2012 (r230668)
+++ stable/9/sys/sparc64/include/asmacros.h Sat Jan 28 23:16:47 2012 (r230669)
@@ -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-stable-9
mailing list