On 5/4/25 18:52, Pierrick Bouvier wrote:
aarch64 specific code is guarded by cpu_isar_feature(aa64*), so it's
safe to expose it.
Signed-off-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>
---
target/arm/tcg/tlb-insns.c | 7 -------
target/arm/tcg/meson.build | 3 ++-
2 files changed, 2 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
In an ideal world, this would only be included within the system build, since all tlb
flushing insns are privileged. However, it would appear helper.c needs more cleanup
before that could happen.
r~