On 10/19/21 9:44 AM, Warner Losh wrote:
Implement target_cpu_clone_regs to clone the resister state on a fork.Signed-off-by: Stacey Son<s...@freebsd.org> Signed-off-by: Warner Losh<i...@bsdimp.com> --- bsd-user/arm/target_arch_cpu.h | 8 ++++++++ 1 file changed, 8 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~