On 4/18/21 9:31 AM, Philippe Mathieu-Daudé wrote:
Move tlb_helper.c to the tcg/sysemu/ subdir, along with
the following 3 declarations to tcg-internal.h:
- cpu_mips_tlb_flush()
- cpu_mips_translate_address()
- r4k_invalidate_tlb()

Simplify tlb_helper.c #ifdef'ry because files in tcg/sysemu/
are only build when sysemu mode is configured.

Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
  target/mips/internal.h                    | 5 -----
  target/mips/tcg/tcg-internal.h            | 5 +++++
  target/mips/{ => tcg/sysemu}/tlb_helper.c | 3 ---
  target/mips/meson.build                   | 1 -
  target/mips/tcg/sysemu/meson.build        | 1 +
  5 files changed, 6 insertions(+), 9 deletions(-)
  rename target/mips/{ => tcg/sysemu}/tlb_helper.c (99%)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to