Print this page
5043 remove deprecated atomic functions' prototypes

*** 37,47 **** * shift value with the number of online cpus. */ #if defined(_KERNEL) /* ! * Legacy kernel interfaces; they will go away (eventually). */ 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) --- 37,48 ---- * shift value with the number of online cpus. */ #if defined(_KERNEL) /* ! * 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)