diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-06-16 19:31:05 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-03 14:44:03 -0600 |
| commit | 5225060b892d96a6da48f539609fb060859e955f (patch) | |
| tree | 037cdaa85e6f14faec1f89e1c56a7edefa1f2779 /include/linux | |
| parent | 2da287ad13e1b488c1c39afc4721d733d6b83cd7 (diff) | |
efi_loader: avoid duplicate weak invalidate_icache_all()
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
