Re: [PATCH v6 51/66] linux-user/ppc: Remove POWERPC_EXCP_ALIGN handling

2021-10-31 Thread Philippe Mathieu-Daudé
On 10/30/21 19:16, Richard Henderson wrote: > We will raise SIGBUS directly from cpu_loop_exit_sigbus. > > Signed-off-by: Richard Henderson > --- > linux-user/ppc/cpu_loop.c | 8 > 1 file changed, 8 deletions(-) > > diff --git a/linux-user/ppc/cpu_loop.c b/linux-user/ppc/cpu_loop.c > i

[PATCH v6 51/66] linux-user/ppc: Remove POWERPC_EXCP_ALIGN handling

2021-10-30 Thread Richard Henderson
We will raise SIGBUS directly from cpu_loop_exit_sigbus. Signed-off-by: Richard Henderson --- linux-user/ppc/cpu_loop.c | 8 1 file changed, 8 deletions(-) diff --git a/linux-user/ppc/cpu_loop.c b/linux-user/ppc/cpu_loop.c index 840b23736b..483e669300 100644 --- a/linux-user/ppc/cpu_lo