From: LEROY Christophe Date: Tue, 19 May 2015 10:07:55 +0000 (+0200) Subject: powerpc/32: cacheable_memcpy becomes memcpy X-Git-Tag: omap-for-v4.3/fixes-rc1~100^2~6^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b05e2d671c40cfb57e66e4e402320d6e056b2f8;p=pandora-kernel.git 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 Signed-off-by: Scott Wood --- Reading git-diff-tree failed