On 4/18/21 9:31 AM, Philippe Mathieu-Daudé wrote:
mmu_init() is only required by TCG accelerator. Restrict its declaration and call to TCG.Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org> --- target/mips/internal.h | 3 --- target/mips/tcg/tcg-internal.h | 2 ++ target/mips/cpu.c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~