Print this page
5043 remove deprecated atomic functions' prototypes

@@ -28,11 +28,12 @@
 
 #include <sys/asm_linkage.h>
 
 #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)
         ANSI_PRAGMA_WEAK2(cas64,atomic_cas_64,function)
         ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function)