]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc: Remove duplicate cacheable_memcpy/memzero functions
authorKyle Moffett <Kyle.D.Moffett@boeing.com>
Tue, 15 Nov 2011 02:32:10 +0000 (21:32 -0500)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 17 Mar 2015 00:25:50 +0000 (11:25 +1100)
commitb05ae4ee602b7dc90771408ccf0972e1b3801a35
tree920cd6b70fcbd4fe86375b6f59618edc9948e3a8
parent9eccca0843205f87c00404b663188b88eb248051
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 <Kyle.D.Moffett@boeing.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/cache.h
arch/powerpc/lib/copy_32.S
arch/powerpc/lib/ppc_ksyms.c
arch/powerpc/mm/ppc_mmu_32.c
drivers/net/ethernet/ibm/emac/core.c