Subject: MIPS_INTR_MASK_FPU
To: None <port-mips@NetBSD.ORG>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: port-mips
Date: 03/25/1998 00:41:16
hi all,

I've just applied the change suggested in PR port-mips/4399.

Instead of assuming FPU interrupts are wired to hard-intr 5,
sys/arch/mips/mips/trap.c now uses the MD flag MIPS_INTR_MASK_FPU.

If MIPS_INTR_MASK is not defined, the kernel won't process FPU
interrupts. I think that's correct for mips3 cpus and mips3-only ports
like ARC.  If this causes any problems let me know.  

The newsmips port can now use sys/arch/mips/mips/trap.c
if so desired ;)