armv7: cache: remove flush on un-aligned invalidate
authorAneesh V <aneesh@ti.com>
Thu, 11 Aug 2011 04:35:45 +0000 (04:35 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 4 Sep 2011 09:36:16 +0000 (11:36 +0200)
commitcabe2878a8201441a8aa4c482acb568f9ca137f0
treeb18d2af9ba2fdd04498554fb6db12a7d9b4a2de4
parent882f80b993f3719cce5bfa7f1bca9b1b23062b5f
armv7: cache: remove flush on un-aligned invalidate

Remove the flush of boundary cache-lines done as part
of invalidate on a non cache-line boundary aligned
buffer

Also, print a warning when this situation is recognized.

Signed-off-by: Aneesh V <aneesh@ti.com>
arch/arm/cpu/armv7/cache_v7.c
arch/arm/lib/cache-pl310.c