Re: [PATCH v3 30/41] target/mips: Make mips_cpu_tlb_fill sysemu only

2021-10-02 Thread Philippe Mathieu-Daudé
On 10/1/21 19:11, Richard Henderson wrote: > The fallback code in raise_sigsegv is sufficient for mips linux-user. > This means we can remove tcg/user/tlb_helper.c entirely. > Remove the code from cpu_loop that raised SIGSEGV. > > Signed-off-by: Richard Henderson > --- > target/mips/tcg/tcg-inte

[PATCH v3 30/41] target/mips: Make mips_cpu_tlb_fill sysemu only

2021-10-01 Thread Richard Henderson
The fallback code in raise_sigsegv is sufficient for mips linux-user. This means we can remove tcg/user/tlb_helper.c entirely. Remove the code from cpu_loop that raised SIGSEGV. Signed-off-by: Richard Henderson --- target/mips/tcg/tcg-internal.h| 7 ++-- linux-user/mips/cpu_loop.c|