commit | 872b349f61c6262206595036cfd1f5ad5877d081 | [log] [tgz] |
---|---|---|
author | Warner Losh <imp@bsdimp.com> | Sat Jan 29 19:23:12 2022 -0700 |
committer | Warner Losh <imp@bsdimp.com> | Sat Feb 26 10:01:37 2022 -0700 |
tree | 7c09a05f7b6a5f69ba9f5516fdeb9d725e109a5b | |
parent | d19401825d17e484a9cbddf90902c99c9c75cf35 [diff] |
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>