Home
last modified time | relevance | path

Searched hist:"882 f80b993f3719cce5bfa7f1bca9b1b23062b5f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dcache_v7.c882f80b993f3719cce5bfa7f1bca9b1b23062b5f Thu Aug 11 04:35:44 UTC 2011 Aneesh V <aneesh@ti.com> 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>