armv7: stronger barrier for cache-maintenance operations
authorAneesh V <aneesh@ti.com>
Thu, 11 Aug 2011 04:35:44 +0000 (04:35 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 4 Sep 2011 09:36:16 +0000 (11:36 +0200)
commit882f80b993f3719cce5bfa7f1bca9b1b23062b5f
treeba83eab86729a1871261d10512178ccc1d2c9a65
parent13d4f9bd7477b3b409f3e267b3b3d6fed5bd3e30
armv7: stronger barrier for cache-maintenance operations

set-way operations need a DSB after them to ensure the
operation is complete. DMB may not be enough. Use DSB
after all operations instead of DMB.

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