This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / sparc64 / lib / bitops.S
index 0c2aacc..fa85582 100644 (file)
@@ -8,6 +8,9 @@
 
        .text
        .align  64
+       .globl  __bitops_begin
+__bitops_begin:
+
        .globl  ___test_and_set_bit
 ___test_and_set_bit:   /* %o0=nr, %o1=addr */
        srlx    %o0, 6, %g1
@@ -102,3 +105,6 @@ ___test_and_clear_le_bit:   /* %o0=nr, %o1=addr */
         lduwa  [%o1] ASI_PL, %g7
 2:     retl
         membar #StoreLoad | #StoreStore
+
+       .globl  __bitops_end
+__bitops_end: