Blackfin: split cache handling out of dma_memcpy()
authorMike Frysinger <vapier@gentoo.org>
Thu, 7 Aug 2008 19:31:13 +0000 (15:31 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 28 Jan 2009 18:26:10 +0000 (13:26 -0500)
commit21d631360430cf0ae9099612273cd4de28911ba9
treeaad3bade7cd5b6ad3b9597c2ae8ae3ebed9e6cc5
parentd31eb38512bed377d5d4b3c696662e52120a2e4c
Blackfin: split cache handling out of dma_memcpy()

Creating a new dma_memcpy() function that skips all cache checks allows us
to use the function in very early init where the cache is not yet setup.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
lib_blackfin/string.c