powerpc/32: cacheable_memcpy becomes memcpy
authorLEROY Christophe <christophe.leroy@c-s.fr>
Tue, 19 May 2015 10:07:55 +0000 (12:07 +0200)
committerScott Wood <scottwood@freescale.com>
Sat, 8 Aug 2015 03:59:27 +0000 (22:59 -0500)
commit0b05e2d671c40cfb57e66e4e402320d6e056b2f8
treeeb65c72686b12660574f006ea95fad1742c566cc
parentc152f149ce8e47bc04061a9e9e5f53e219ee5b95
powerpc/32: cacheable_memcpy becomes memcpy

cacheable_memcpy uses dcbz instruction and is more efficient than
memcpy when the destination is in RAM. If the destination is in an
io area, memcpy_toio() is normally used, not memcpy

This patch renames memcpy as generic_memcpy, and renames
cacheable_memcpy as memcpy

On MPC885, we get approximatly 7% increase of the transfer rate
on an FTP reception

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/lib/copy_32.S