On 11/8/21 04:51, Warner Losh wrote: > FreeBSD is dropping support for mips starting with FreeBSD 14. mips > support has been removed from the bsd-user fork because updating it for > new signal requirements will take too much time. Remove it here since it > is a distraction. > > Signed-off-by: Warner Losh <i...@bsdimp.com> > Acked-by: Richard Henderson <richard.hender...@linaro.org> > --- > 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
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>