On 8/2/24 18:34, Ajeet Singh wrote:
From: Mark Corbin <mark.cor...@embecsom.com>
Added the 'do_freebsd_arch_sysarch' function to emulate the 'sysarch'
system call for the RISC-V architecture.
Currently, this function returns '-TARGET_EOPNOTSUPP' to indicate that
the operation is not supported.
Signed-off-by: Mark Corbin <mark.cor...@embecsom.com>
Signed-off-by: Ajeet Singh <itac...@freebsd.org>
---
bsd-user/riscv/target_arch_sysarch.h | 41 ++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 bsd-user/riscv/target_arch_sysarch.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~