From: Eugene Surovegin Date: Sat, 3 Sep 2005 22:55:54 +0000 (-0700) Subject: [PATCH] ppc32: export cacheable_memcpy() X-Git-Tag: v2.6.14-rc1~903 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8834801bf9e2ee96c3ac29adf0ff6840afcd841;p=pandora-kernel.git [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 Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed