On Fri, Nov 5, 2021 at 9:52 AM Richard Henderson < richard.henderson@linaro.org> wrote: > 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 > > --- > > 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, > It's a long story, but it's been talked about for several years now. It was retained in the tree 18 months ago when it was last discussed to allow a large customer to migrate to from doing their research on MIPS to arm and riscv. I have a branch in my repo locally to remove it and hope to post the review in the coming days. If things go well, it will be gone by the end of the month. I'd planned on keeping mips on in the bsd-user fork until we hit a point when it was too much work to keep it going, but that time came much sooner than I expected. Acked-by: Richard Henderson > Thanks! Warner > > r~ >