Index: sys/arch/mips/mips/locore_mips3.S =================================================================== RCS file: /cvsroot/src/sys/arch/mips/mips/locore_mips3.S,v retrieving revision 1.110 diff -u -p -r1.110 locore_mips3.S --- sys/arch/mips/mips/locore_mips3.S 16 Jun 2015 18:12:18 -0000 1.110 +++ sys/arch/mips/mips/locore_mips3.S 30 Jun 2015 12:16:54 -0000 @@ -194,21 +194,6 @@ LEAF(mips_wait_idle) nop nop nop - mfc0 v0, MIPS_COP_0_STATUS - andi v1, v0, MIPS_SR_INT_IE -#if __mips >= 32 - teqi v1, 0 -#else - beqz v1, 1b - nop -#endif - andi v1, v0, MIPS_INT_MASK -#if __mips >= 32 - teqi v1, 0 -#else - bnez v1, 2b - nop -#endif jr ra nop END(mips_wait_idle)