svn commit: r190374 - head/sys/modules/opensolaris

Marius Strobl marius at FreeBSD.org
Tue Mar 24 08:48:36 PDT 2009


Author: marius
Date: Tue Mar 24 15:48:35 2009
New Revision: 190374
URL: http://svn.freebsd.org/changeset/base/190374

Log:
  As with ZFS use real atomic operations for sparc64.

Modified:
  head/sys/modules/opensolaris/Makefile

Modified: head/sys/modules/opensolaris/Makefile
==============================================================================
--- head/sys/modules/opensolaris/Makefile	Tue Mar 24 13:11:16 2009	(r190373)
+++ head/sys/modules/opensolaris/Makefile	Tue Mar 24 15:48:35 2009	(r190374)
@@ -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