svn commit: r190510 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb modules/opensolaris

Marius Strobl marius at FreeBSD.org
Sat Mar 28 12:23:11 PDT 2009


Author: marius
Date: Sat Mar 28 19:23:10 2009
New Revision: 190510
URL: http://svn.freebsd.org/changeset/base/190510

Log:
  MFC: r190374
  
  As with ZFS use real atomic operations for sparc64.
  
  Approved by:	re (kib)

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)
  stable/7/sys/modules/opensolaris/Makefile

Modified: stable/7/sys/modules/opensolaris/Makefile
==============================================================================
--- stable/7/sys/modules/opensolaris/Makefile	Sat Mar 28 19:09:30 2009	(r190509)
+++ stable/7/sys/modules/opensolaris/Makefile	Sat Mar 28 19:23:10 2009	(r190510)
@@ -7,7 +7,7 @@ SRCS=		opensolaris.c		\
 		opensolaris_cmn_err.c	\
 		opensolaris_kmem.c
 
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
 .PATH:	${.CURDIR}/../../cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}
 SRCS+=		atomic.S
 .else


More information about the svn-src-all mailing list