]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
ARM: uniphier: fix range invalidate for outer cache
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 17 Jan 2016 01:13:18 +0000 (10:13 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 19 Jan 2016 23:40:02 +0000 (08:40 +0900)
commit6d95778283e239bce0ed2c2c466823a1404f7948
tree261f17a5271a470765967b69d93a90ba1e7b2493
parent5407735935359c6c7f6accc0b3839550107dced3
ARM: uniphier: fix range invalidate for outer cache

If invalidate operation is invoked against a cache-unaliged region,
the both ends of the region should be flushed, not invalidated.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/cache_uniphier.c