Re: [PATCH v4 02/36] bsd-user/freebsd: Create common target_os_ucontext.h file

2021-11-05 Thread Richard Henderson
On 11/4/21 11:18 PM, Warner Losh wrote: FreeBSD has a MI ucontext structure that contains the MD mcontext machine state and other things that are machine independent. Create an include file for all the ucontext stuff. It needs to be included in the arch specific files after target_mcontext is def

[PATCH v4 02/36] bsd-user/freebsd: Create common target_os_ucontext.h file

2021-11-04 Thread Warner Losh
FreeBSD has a MI ucontext structure that contains the MD mcontext machine state and other things that are machine independent. Create an include file for all the ucontext stuff. It needs to be included in the arch specific files after target_mcontext is defined. This is largely copied from sys/_uco