]> git.neil.brown.name Git - history.git/commitdiff
ppc64: remove unnecessary .text directive
authorAnton Blanchard <anton@samba.org>
Tue, 9 Apr 2002 02:10:59 +0000 (12:10 +1000)
committerAnton Blanchard <anton@samba.org>
Tue, 9 Apr 2002 02:10:59 +0000 (12:10 +1000)
arch/ppc64/lib/checksum.S

index 9021e94df4345b252b470fac122fe3e317c6b556..64759af3f371d209e4e036c3f49c067e8f2b2ba6 100644 (file)
@@ -17,8 +17,6 @@
 #include <asm/errno.h>
 #include "../kernel/ppc_asm.tmpl"
 
-       .text
-
 /*
  * ip_fast_csum(r3=buf, r4=len) -- Optimized for IP header
  * len is in words and is always >= 5.