On 10/1/21 19:11, Richard Henderson wrote: > The fallback code in raise_sigsegv is sufficient for xtensa. > Remove the code from cpu_loop that raised SIGSEGV. > > Cc: Max Filippov <jcmvb...@gmail.com> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/xtensa/cpu.h | 2 +- > linux-user/xtensa/cpu_loop.c | 9 --------- > target/xtensa/cpu.c | 2 +- > target/xtensa/helper.c | 22 +--------------------- > 4 files changed, 3 insertions(+), 32 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>