bsd-user/x86_64/target_arch_cpu.h: int $80 never was a BSD system call on amd64
authorWarner Losh <imp@bsdimp.com>
Sun, 30 Jan 2022 02:23:12 +0000 (19:23 -0700)
committerWarner Losh <imp@bsdimp.com>
Sat, 26 Feb 2022 17:01:37 +0000 (10:01 -0700)
commit872b349f61c6262206595036cfd1f5ad5877d081
tree7c09a05f7b6a5f69ba9f5516fdeb9d725e109a5b
parentd19401825d17e484a9cbddf90902c99c9c75cf35
bsd-user/x86_64/target_arch_cpu.h: int $80 never was a BSD system call on amd64

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 <imp@bsdimp.com>
Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/x86_64/target_arch_cpu.h