commit | 5753605412c194a0368b892d540b9971cd3a1907 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Sep 14 16:27:10 2021 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Nov 02 07:00:52 2021 -0400 |
tree | 8a3658489dc8cd3cc291a9da904de427d900c57a | |
parent | 9b12b6b44250c23cd29161ca7007559e22beaf94 [diff] |
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>