svn commit: r270194 - in vendor-sys/illumos/dist/common/atomic: amd64 i386 sparc

Xin LI delphij at FreeBSD.org
Wed Aug 20 06:20:07 UTC 2014


Author: delphij
Date: Wed Aug 20 06:20:06 2014
New Revision: 270194
URL: http://svnweb.freebsd.org/changeset/base/270194

Log:
  5043 remove deprecated atomic functions' prototypes
  Reviewed by: Garrett D'Amore <garrett at damore.org>
  Approved by: Robert Mustacchi <rm at joyent.com>
  Author: Josef 'Jeff' Sipek <josef.sipek at nexenta.com>
  
  illumos/illumos-gate at 6ed9368a130d7c9a82e574da808d34034da33748

Modified:
  vendor-sys/illumos/dist/common/atomic/amd64/atomic.s
  vendor-sys/illumos/dist/common/atomic/i386/atomic.s
  vendor-sys/illumos/dist/common/atomic/sparc/atomic.s

Modified: vendor-sys/illumos/dist/common/atomic/amd64/atomic.s
==============================================================================
--- vendor-sys/illumos/dist/common/atomic/amd64/atomic.s	Wed Aug 20 06:15:53 2014	(r270193)
+++ vendor-sys/illumos/dist/common/atomic/amd64/atomic.s	Wed Aug 20 06:20:06 2014	(r270194)
@@ -29,7 +29,8 @@
 
 #if defined(_KERNEL)
 	/*
-	 * Legacy kernel interfaces; they will go away (eventually).
+	 * Legacy kernel interfaces; they will go away the moment our closed
+	 * bins no longer require them.
 	 */
 	ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function)
 	ANSI_PRAGMA_WEAK2(cas32,atomic_cas_32,function)

Modified: vendor-sys/illumos/dist/common/atomic/i386/atomic.s
==============================================================================
--- vendor-sys/illumos/dist/common/atomic/i386/atomic.s	Wed Aug 20 06:15:53 2014	(r270193)
+++ vendor-sys/illumos/dist/common/atomic/i386/atomic.s	Wed Aug 20 06:20:06 2014	(r270194)
@@ -30,7 +30,8 @@
 
 #if defined(_KERNEL)
 	/*
-	 * Legacy kernel interfaces; they will go away (eventually).
+	 * Legacy kernel interfaces; they will go away the moment our closed
+	 * bins no longer require them.
 	 */
 	ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function)
 	ANSI_PRAGMA_WEAK2(cas32,atomic_cas_32,function)

Modified: vendor-sys/illumos/dist/common/atomic/sparc/atomic.s
==============================================================================
--- vendor-sys/illumos/dist/common/atomic/sparc/atomic.s	Wed Aug 20 06:15:53 2014	(r270193)
+++ vendor-sys/illumos/dist/common/atomic/sparc/atomic.s	Wed Aug 20 06:20:06 2014	(r270194)
@@ -30,7 +30,8 @@
 
 #if defined(_KERNEL)
 	/*
-	 * Legacy kernel interfaces; they will go away (eventually).
+	 * Legacy kernel interfaces; they will go away the moment our closed
+	 * bins no longer require them.
 	 */
 	ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function)
 	ANSI_PRAGMA_WEAK2(cas32,atomic_cas_32,function)


More information about the svn-src-all mailing list