Re: [PATCH v6 46/66] linux-user/hppa: Remove EXCP_UNALIGN 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/hppa/cpu_loop.c | 7 --- > 1 file changed, 7 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v6 46/66] linux-user/hppa: Remove EXCP_UNALIGN handling

2021-10-30 Thread Richard Henderson
We will raise SIGBUS directly from cpu_loop_exit_sigbus. Signed-off-by: Richard Henderson --- linux-user/hppa/cpu_loop.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/linux-user/hppa/cpu_loop.c b/linux-user/hppa/cpu_loop.c index e0a62deeb9..375576c8f0 100644 --- a/linux-user/hppa/cpu