commit | ac1c3d0778d84cf8b06f9d7733734511206eb642 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Tue Oct 31 00:37:20 2023 -0500 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Nov 02 15:15:54 2023 +0800 |
tree | edd244a408ee39723cd49de76291b16d8c0aeb88 | |
parent | 6c6315eb96bec95f6de0202faccf26eae7c0d8c9 [diff] |
riscv: Weakly define invalidate_icache_range() Some RISC-V CPUs, such as the T-HEAD XuanTie series, have a vendor-specific way to invalidate a portion of the instruction cache. Allow them to override invalidate_icache_range(). Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>