Home
last modified time | relevance | path

Searched hist:"42 ddfad6ab6ad64d1c96a90636c36794284669b3" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dcache.S42ddfad6ab6ad64d1c96a90636c36794284669b3 Mon Mar 31 01:50:35 UTC 2014 Leo Yan <leoy@marvell.com> ARMv8: fix bug for flush data cache by set/way

When flush the d$ with set/way instruction, it need calculate the way's
offset = log2(Associativity); but in current uboot's code, it use below
formula to calculate the offset: log2(Associativity * 2 - 1), so finally
it cannot flush data cache properly.

Signed-off-by: Leo Yan <leoy@marvell.com>