On 2/1/22 22:14, Warner Losh wrote:
Although initial versions of NetBSD did use int $80, it was replaced by syscall before any releases. OpenBSD and FreeBSD always did syscall.Signed-off-by: Warner Losh<i...@bsdimp.com> --- bsd-user/x86_64/target_arch_cpu.h | 58 ------------------------------- 1 file changed, 58 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~