From: Kyle Moffett Date: Tue, 15 Nov 2011 02:32:10 +0000 (-0500) Subject: powerpc: Remove duplicate cacheable_memcpy/memzero functions X-Git-Tag: omap-for-v4.1/fixes-rc1~126^2~70^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b05ae4ee602b7dc90771408ccf0972e1b3801a35;p=pandora-kernel.git powerpc: Remove duplicate cacheable_memcpy/memzero functions These functions are only used from one place each. If the cacheable_* versions really are more efficient, then those changes should be migrated into the common code instead. NOTE: The old routines are just flat buggy on kernels that support hardware with different cacheline sizes. Signed-off-by: Kyle Moffett Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed