Re: [PATCH v7 10/64] target/nios2: Remove nios2_cpu_record_sigsegv

2022-04-22 Thread Peter Maydell
On Thu, 21 Apr 2022 at 16:56, Richard Henderson wrote: > > Since f5ef0e518d0, we have a real page mapped for kuser, > which means the special casing for SIGSEGV can go away. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v7 10/64] target/nios2: Remove nios2_cpu_record_sigsegv

2022-04-21 Thread Richard Henderson
Since f5ef0e518d0, we have a real page mapped for kuser, which means the special casing for SIGSEGV can go away. Signed-off-by: Richard Henderson --- target/nios2/cpu.h | 6 +- linux-user/nios2/cpu_loop.c | 10 -- target/nios2/cpu.c | 4 +---