> On Aug 26, 2021, at 10:39 PM, Philippe Mathieu-Daudé wrote:
>
> On 8/26/21 11:11 PM, i...@bsdimp.com wrote:
>> From: Warner Losh
>>
>> Move the CPU functons into target_arch_cpu.c that are unique to each
>
> Typo "functions"
doh! Thanks!
>> CPU. These are defined in target_arch.h.
>>
>>
On 8/26/21 11:11 PM, i...@bsdimp.com wrote:
> From: Warner Losh
>
> Move the CPU functons into target_arch_cpu.c that are unique to each
Typo "functions"
> CPU. These are defined in target_arch.h.
>
> Signed-off-by: Stacey Son
> Signed-off-by: Warner Losh
> Reviewed-by: Richard Henderson
>
From: Warner Losh
Move the CPU functons into target_arch_cpu.c that are unique to each
CPU. These are defined in target_arch.h.
Signed-off-by: Stacey Son
Signed-off-by: Warner Losh
Reviewed-by: Richard Henderson
---
bsd-user/i386/target_arch.h | 31 +
bsd-user/i386/target_a