Re: [PATCH v5 53/67] linux-user/hppa: Remove POWERPC_EXCP_ALIGN handling

2021-10-29 Thread Philippe Mathieu-Daudé
Typo s/hppa/ppc/ in subject. On 10/15/21 06:10, 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

[PATCH v5 53/67] linux-user/hppa: Remove POWERPC_EXCP_ALIGN handling

2021-10-14 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