Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 06:20:06 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r270194 - in vendor-sys/illumos/dist/common/atomic: amd64 i386 sparc
Message-ID:  <201408200620.s7K6K69H009109@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@damore.org>
  Approved by: Robert Mustacchi <rm@joyent.com>
  Author: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
  
  illumos/illumos-gate@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)



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