Re: [PATCH 21/24] bsd-user/arm/target_arch_signal.h: arm get_mcontext

2021-10-28 Thread Richard Henderson
On 10/19/21 9:44 AM, Warner Losh wrote: Get the machine context from the CPU state. Signed-off-by: Stacey Son Signed-off-by: Klye Evans Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_signal.h | 38 +++ 1 file changed, 38 insertions(+) Reviewed-by: Richar

Re: [PATCH 21/24] bsd-user/arm/target_arch_signal.h: arm get_mcontext

2021-10-26 Thread Kyle Evans
On Tue, Oct 19, 2021 at 11:45 AM Warner Losh wrote: > > Get the machine context from the CPU state. > > Signed-off-by: Stacey Son > Signed-off-by: Klye Evans > Signed-off-by: Warner Losh > --- > bsd-user/arm/target_arch_signal.h | 38 +++ > 1 file changed, 38 insert

[PATCH 21/24] bsd-user/arm/target_arch_signal.h: arm get_mcontext

2021-10-19 Thread Warner Losh
Get the machine context from the CPU state. Signed-off-by: Stacey Son Signed-off-by: Klye Evans Signed-off-by: Warner Losh --- bsd-user/arm/target_arch_signal.h | 38 +++ 1 file changed, 38 insertions(+) diff --git a/bsd-user/arm/target_arch_signal.h b/bsd-user/ar