vserver 1.9.3
[linux-2.6.git] / arch / sparc64 / lib / ipcsum.S
index e7d349f..58ca5b9 100644 (file)
@@ -1,6 +1,7 @@
        .text
-       .align          32
-       .globl          ip_fast_csum
+       .align  32
+       .globl  ip_fast_csum
+       .type   ip_fast_csum,#function
 ip_fast_csum:  /* %o0 = iph, %o1 = ihl */
        sub     %o1, 4, %g7
        lduw    [%o0 + 0x00], %o2
@@ -30,3 +31,4 @@ ip_fast_csum: /* %o0 = iph, %o1 = ihl */
        set     0xffff, %o1
        retl
         and    %o2, %o1, %o0
+       .size   ip_fast_csum, .-ip_fast_csum