target/cris: Make cris_cpu_tlb_fill sysemu only
commit5753605412c194a0368b892d540b9971cd3a1907
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Sep 2021 23:27:10 +0000 (14 16:27 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 11:00:52 +0000 (2 07:00 -0400)
tree8a3658489dc8cd3cc291a9da904de427d900c57a
parent9b12b6b44250c23cd29161ca7007559e22beaf94
target/cris: Make cris_cpu_tlb_fill sysemu only

The fallback code in cpu_loop_exit_sigsegv is sufficient
for cris linux-user.

Remove the code from cpu_loop that handled the unnamed 0xaa exception.
This makes all of the code in helper.c sysemu only, so remove the
ifdefs and move the file to cris_softmmu_ss.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/cris/cpu_loop.c
target/cris/cpu.c
target/cris/cpu.h
target/cris/helper.c
target/cris/meson.build