VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / sparc64 / lib / atomic.S
index 13d68fd..a0d6d8a 100644 (file)
@@ -9,10 +9,7 @@
        .text
        .align  64
 
-       .globl  atomic_impl_begin, atomic_impl_end
-
        .globl  __atomic_add
-atomic_impl_begin:
 __atomic_add: /* %o0 = increment, %o1 = atomic_ptr */
        lduw    [%o1], %g5
        add     %g5, %o0, %g7
@@ -56,4 +53,3 @@ __atomic64_sub: /* %o0 = increment, %o1 = atomic_ptr */
        retl
         sub    %g7, %o0, %o0
 
-atomic_impl_end: