
19 Jun
2024
19 Jun
'24
7:22 p.m.
On Sun, Jun 16, 2024 at 07:31:05PM +0200, Heinrich Schuchardt wrote:
If multiple weak implementations of a weak function exist, it is unclear which one the linker should chose. cmd/cache.c already defines a weak invalidate_icache_all().
We don't need a call to invalidate_icache_all() on x86. ARM, RISC-V, and Sandbox provide an implementation.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com Reviewed-by: Ilias Apalodimas ilias.apalodimas@linaro.org
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom