[PATCH] ppc32: export cacheable_memcpy()
commite8834801bf9e2ee96c3ac29adf0ff6840afcd841
authorEugene Surovegin <ebs@ebshome.net>
Sat, 3 Sep 2005 22:55:54 +0000 (3 15:55 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:06:00 +0000 (5 00:06 -0700)
tree03b26322908b7f87600763dd110c76f55e541cbe
parent3a0a401b40abe31b34673a190c57697e7eced149
[PATCH] ppc32: export cacheable_memcpy()

Add declaration and cacheable_memcpy().  I'll be needing this function in
new 4xx EMAC driver I'm going to submit to netdev soon.

IMHO, the better place for the declaration would be asm-powerpc/string.h,
unfortunately, ppc64 doesn't have this function, so asm-ppc/system.h is the
next best place.

Signed-off-by: Eugene Surovegin <ebs@ebshome.net>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/kernel/ppc_ksyms.c
include/asm-ppc/system.h