]> git.sur5r.net Git - u-boot/commit
ARC: Cache: Remove per-line I$ operations as unused
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Wed, 21 Mar 2018 12:58:47 +0000 (15:58 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Wed, 21 Mar 2018 14:06:37 +0000 (17:06 +0300)
commitc4ef14d2cc06ca7cca7e1484b5d9a8b1decb02ac
tree64bb622169e2ec562448864fedf24190a5e8032f
parent16aeee81d9baa403f80cb0ac9bea1141243ab97d
ARC: Cache: Remove per-line I$ operations as unused

__cache_line_loop() function was copied from Linux kernel
where per-line instruction cache operations are really used.

In U-Boot we use only entire I$ ops, so we can drop support of
per-line I$ ops from __cache_line_loop() because __cache_line_loop()
is never called with OP_INV_IC parameter.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/lib/cache.c