On 10/1/21 19:11, Richard Henderson wrote: > The fallback code in raise_sigsegv is sufficient for sparc. > > This makes all of the code in mmu_helper.c sysemu only, so remove > the ifdefs and move the file to sparc_softmmu_ss. Remove the code > from cpu_loop that handled TT_DFAULT and TT_TFAULT. > > Cc: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/sparc/cpu_loop.c | 25 ------------------------- > target/sparc/cpu.c | 2 +- > target/sparc/mmu_helper.c | 25 ------------------------- > target/sparc/meson.build | 2 +- > 4 files changed, 2 insertions(+), 52 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>