On 11/4/21 11:18 PM, Warner Losh wrote:
FreeBSD has dropped support for mips starting with FreeBSD 14. mips
support has been removed from the bsd-user fork because updating it for
new signal requirements. Remove it here since it is a distraction.
Signed-off-by: Warner Losh<i...@bsdimp.com>
---
bsd-user/mips/target_arch_sysarch.h | 69 ---------------------------
bsd-user/mips/target_syscall.h | 52 --------------------
bsd-user/mips64/target_arch_sysarch.h | 69 ---------------------------
bsd-user/mips64/target_syscall.h | 53 --------------------
4 files changed, 243 deletions(-)
delete mode 100644 bsd-user/mips/target_arch_sysarch.h
delete mode 100644 bsd-user/mips/target_syscall.h
delete mode 100644 bsd-user/mips64/target_arch_sysarch.h
delete mode 100644 bsd-user/mips64/target_syscall.h
I'm somewhat surprised that sys/mips/mips still exists on the main branch? But
anyway,
Acked-by: Richard Henderson <richard.hender...@linaro.org>
r~