Blackfin: unify cache init functions
authorMike Frysinger <vapier@gentoo.org>
Mon, 14 Sep 2009 19:42:26 +0000 (19:42 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 17 Sep 2009 02:10:49 +0000 (22:10 -0400)
commitea426e6c62d0f742d87451adc47e91d87b9c3d27
treecfcb35af1e4eeae5be2a446ec8c8b2d51b421bd8
parente78feaaeeb9bbf78f961917d72d692802ac110e8
Blackfin: unify cache init functions

The CPLB implementations (mpu/nompu) had exact copies of the cacheinit
code.  Even the i/d cache functions are largely the same.  So unify them
both in the common kernel cache code.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/cplb-mpu/Makefile
arch/blackfin/kernel/cplb-mpu/cacheinit.c [deleted file]
arch/blackfin/kernel/cplb-nompu/Makefile
arch/blackfin/kernel/cplb-nompu/cacheinit.c [deleted file]
arch/blackfin/mach-common/cache-c.c