X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fppc%2Flib%2Fstring.S;fp=arch%2Fppc%2Flib%2Fstring.S;h=8d08a2eb225e8608310c205033a34db857eb5ebf;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=2b6091027dae3e6868cce480776846a8904c2c21;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/ppc/lib/string.S b/arch/ppc/lib/string.S index 2b6091027..8d08a2eb2 100644 --- a/arch/ppc/lib/string.S +++ b/arch/ppc/lib/string.S @@ -216,12 +216,6 @@ _GLOBAL(memset) bdnz 8b blr -_GLOBAL(bcopy) - mr r6,r3 - mr r3,r4 - mr r4,r6 - b memcpy - /* * This version uses dcbz on the complete cache lines in the * destination area to reduce memory traffic. This requires that