On 10/30/21 19:15, Richard Henderson wrote: > The fallback code in cpu_loop_exit_sigsegv is sufficient > for hppa linux-user. > > Remove the code from cpu_loop that raised SIGSEGV. > This makes all of the code in mem_helper.c sysemu only, > so remove the ifdefs and move the file to hppa_softmmu_ss. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/hppa/cpu.h | 2 +- > linux-user/hppa/cpu_loop.c | 16 ---------------- > target/hppa/cpu.c | 2 +- > target/hppa/mem_helper.c | 15 --------------- > target/hppa/meson.build | 6 ++++-- > 5 files changed, 6 insertions(+), 35 deletions(-)
To the best of my knowledge: Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>