target/m68k: Make m68k_cpu_tlb_fill sysemu only
commit028772c45cfdd21870f0f9056d270f03bf990fae
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Sep 2021 23:56:32 +0000 (14 16:56 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 11:00:52 +0000 (2 07:00 -0400)
tree3bc3d69588e00bbf9b9fa1891e1840cf563e44bf
parentf74bd157c62f5c064418d038f9003c9c4b3dad0e
target/m68k: Make m68k_cpu_tlb_fill sysemu only

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

Remove the code from cpu_loop that handled EXCP_ACCESS.

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