On 9/21/21 11:14 PM, Warner Losh wrote:
Convert the #ifdef'd i386 code to calling the i386 sysarch code we have
living in i386,x86_64/target_arch_sysarch.h do_freebsd_arch_sysarch
rather than having a separate copy. This is in preparation to remove it
entirely.

Signed-Off-By: Warner Losh<i...@bsdimp.com>
---
  bsd-user/syscall.c | 45 +--------------------------------------------
  1 file changed, 1 insertion(+), 44 deletions(-)

It wasn't clear to me that this target_arch_sysarch.h file already exists, and is already populated with the code being (re)"moved" here. Perhaps the wording here can be improved?

Anyway,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to