Jelajahi Sumber

atomic Remove history from source code

Olle E. Johansson 9 tahun lalu
induk
melakukan
a740cadcb1

+ 0 - 8
atomic/atomic_alpha.h

@@ -27,14 +27,6 @@
  * - __CPU_alpha
  * - __CPU_alpha
  * @ingroup atomic
  * @ingroup atomic
  */
  */
-/* 
- * History:
- * --------
- *  2006-03-31  created by andrei
- *  2007-05-10  added atomic_add & atomic_cmpxchg (andrei)
- *  2007-05-29  added membar_depends(), membar_*_atomic_op and
- *                membar_*_atomic_setget (andrei)
- */
 
 
 
 
 #ifndef _atomic_alpha_h
 #ifndef _atomic_alpha_h

+ 0 - 10
atomic/atomic_arm.h

@@ -28,16 +28,6 @@
  * @ingroup atomic
  * @ingroup atomic
  */
  */
 
 
-/* 
- * History:
- * --------
- *  2006-03-31  created by andrei
- *  2007-05-10  added atomic_add and atomic_cmpxchg (andrei)
- *  2007-05-29  added membar_depends(), membar_*_atomic_op and
- *                membar_*_atomic_setget (andrei)
- */
-
-
 #ifndef _atomic_arm_h
 #ifndef _atomic_arm_h
 #define _atomic_arm_h
 #define _atomic_arm_h
 
 

+ 3 - 11
atomic/atomic_common.h

@@ -15,10 +15,10 @@
  */
  */
 
 
 /**
 /**
- * @defgroup atomic SIP-router atomic operations
- * @brief  SIP-router atomic operations and memory barriers support
+ * @defgroup atomic Kamailio atomic operations
+ * @brief  Kamailio atomic operations and memory barriers support
  * 
  * 
- * SIP-router atomic operations and memory barriers support for different CPU
+ * Kamailio atomic operations and memory barriers support for different CPU
  * architectures implemented in assembler. It also provides some generic
  * architectures implemented in assembler. It also provides some generic
  * fallback code for architectures not currently supported.
  * fallback code for architectures not currently supported.
  */
  */
@@ -32,14 +32,6 @@
  * @ingroup atomic
  * @ingroup atomic
  */
  */
 
 
-/* 
- * History:
- * --------
- *  2006-03-08  created by andrei
- *  2007-05-13  split from atomic_ops.h (andrei)
- */
-
-
 #ifndef __atomic_common
 #ifndef __atomic_common
 #define __atomic_common
 #define __atomic_common
 
 

+ 0 - 10
atomic/atomic_mips2.h

@@ -31,16 +31,6 @@
  * @ingroup atomic
  * @ingroup atomic
  */
  */
 
 
-/* 
- * History:
- * --------
- *  2006-03-08  created by andrei
- *  2007-05-10  added atomic_add & atomic_cmpxchg (andrei)
- *  2007-05-29  added membar_depends(), membar_*_atomic_op and
- *                membar_*_atomic_setget (andrei)
- */
-
-
 #ifndef _atomic_mips2_h
 #ifndef _atomic_mips2_h
 #define _atomic_mips2_h
 #define _atomic_mips2_h
 
 

+ 0 - 8
atomic/atomic_native.h

@@ -35,14 +35,6 @@
  * @ingroup atomic
  * @ingroup atomic
  */
  */
 
 
-/* 
- * History:
- * --------
- *  2006-03-08  created by andrei
- *  2007-05-13  split from atomic_ops.h (andrei)
- */
-
-
 #ifndef __atomic_native
 #ifndef __atomic_native
 #define __atomic_native
 #define __atomic_native
 
 

+ 0 - 14
atomic/atomic_ppc.h

@@ -30,20 +30,6 @@
  * @ingroup atomic
  * @ingroup atomic
  */
  */
 
 
-/* 
- * History:
- * --------
- *  2006-03-24  created by andrei
- *  2007-05-11  added atomic_add and atomic_cmpxchg (andrei)
- *  2007-05-18  reverted to addic instead of addi - sometimes gcc uses
- *               r0 as the second operand in addi and  addi rD,r0, val
- *               is a special case, equivalent with rD=0+val and not
- *               rD=r0+val (andrei)
- *  2007-05-29  added membar_depends(), membar_*_atomic_op and
- *                membar_*_atomic_setget (andrei)
- */
-
-
 #ifndef _atomic_ppc_h
 #ifndef _atomic_ppc_h
 #define _atomic_ppc_h
 #define _atomic_ppc_h
 
 

+ 0 - 8
atomic/atomic_sparc.h

@@ -26,14 +26,6 @@
  * @ingroup atomic
  * @ingroup atomic
  */
  */
 
 
-/* 
- * History:
- * --------
- *  2006-03-28  created by andrei
- *  2007-05-29  added membar_depends(), membar_*_atomic_op and
- *                membar_*_atomic_setget (andrei)
- */
-
 
 
 #ifndef _atomic_sparc_h
 #ifndef _atomic_sparc_h
 #define _atomic_sparc_h
 #define _atomic_sparc_h

+ 0 - 9
atomic/atomic_sparc64.h

@@ -29,15 +29,6 @@
  * @ingroup atomic
  * @ingroup atomic
  */
  */
 
 
-/* 
- * History:
- * --------
- *  2006-03-28  created by andrei
- *  2007-05-08 added atomic_add and atomic_cmpxchg (andrei)
- *  2007-05-29  added membar_depends(), membar_*_atomic_op and
- *                membar_*_atomic_setget (andrei)
- */
-
 
 
 #ifndef _atomic_sparc64_h
 #ifndef _atomic_sparc64_h
 #define _atomic_sparc64_h
 #define _atomic_sparc64_h

+ 0 - 11
atomic/atomic_unknown.h

@@ -32,17 +32,6 @@
  * @ingroup atomic
  * @ingroup atomic
  */
  */
 
 
-/* 
- * History:
- * --------
- *  2006-03-08  created by andrei
- *  2007-05-11  added atomic_add and atomic_cmpxchg 
- *              use lock_set if lock economy is not needed (andrei)
- *  2007-05-29  added membar_depends(), membar_*_atomic_op and
- *                membar_*_atomic_setget (andrei)
- */
-
-
 #ifndef _atomic_unknown_h
 #ifndef _atomic_unknown_h
 #define _atomic_unknown_h
 #define _atomic_unknown_h
 
 

+ 0 - 9
atomic/atomic_x86.h

@@ -31,15 +31,6 @@
  * - __CPU_i386  (486+, 32 bit)
  * - __CPU_i386  (486+, 32 bit)
  * @ingroup atomic
  * @ingroup atomic
  */
  */
-/* 
- * History:
- * --------
- *  2006-03-08  created by andrei
- *  2007-05-07  added cmpxchg (andrei)
- *  2007-05-08  added atomic_add (andrei)
- *  2007-05-29  added membar_depends(), membar_*_atomic_op and
- *                membar_*_atomic_setget (andrei)
- */
 
 
 #ifndef _atomic_x86_h
 #ifndef _atomic_x86_h
 #define _atomic_x86_h
 #define _atomic_x86_h