Re: [PATCH 06/22] bsd-user/arm/target_arch_thread.h: Assume a FreeBSD target

2022-02-01 Thread Richard Henderson
On 2/1/22 22:14, Warner Losh wrote: Since we can't run on anything else, assume for the moment that this is a FreeBSD target. In the future, we'll need to handle this properly via some include file in bsd-user/*bsd/arm/mumble.h. There's a number of other diffs that would be needed to make things

Re: [PATCH 06/22] bsd-user/arm/target_arch_thread.h: Assume a FreeBSD target

2022-02-01 Thread Kyle Evans
On Tue, Feb 1, 2022 at 5:14 AM Warner Losh wrote: > > Since we can't run on anything else, assume for the moment that this is > a FreeBSD target. In the future, we'll need to handle this properly > via some include file in bsd-user/*bsd/arm/mumble.h. There's a number > of other diffs that would be

[PATCH 06/22] bsd-user/arm/target_arch_thread.h: Assume a FreeBSD target

2022-02-01 Thread Warner Losh
Since we can't run on anything else, assume for the moment that this is a FreeBSD target. In the future, we'll need to handle this properly via some include file in bsd-user/*bsd/arm/mumble.h. There's a number of other diffs that would be needed to make things work on OtherBSD, so it doesn't make s