]> git.dujemihanovic.xyz Git - u-boot.git/commit
m68k: Rename icache_invalid to invalidate_icache_all
authorTom Rini <trini@konsulko.com>
Wed, 19 Jun 2024 21:27:54 +0000 (15:27 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 3 Jul 2024 20:42:01 +0000 (14:42 -0600)
commit8f25b150651d45f3fe75ea19195fc6cc8169d0d2
tree627e1e32076a96fdf1a193bacc6c44330c89ccb3
parente32d513304043ddc31bfcf586b799757e47e54ad
m68k: Rename icache_invalid to invalidate_icache_all

The implementation of icache_invalid appears to be doing what other
architectures call invalidate_icache_all so rename to match.

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/m68k/include/asm/cache.h
arch/m68k/lib/cache.c
drivers/net/mcffec.c