Index: sys/arch/mips/mips/locore.S =================================================================== RCS file: /cvsroot/src/sys/arch/mips/mips/locore.S,v retrieving revision 1.202 diff -u -p -w -b -r1.202 locore.S --- sys/arch/mips/mips/locore.S 11 Jul 2016 16:15:36 -0000 1.202 +++ sys/arch/mips/mips/locore.S 26 Jul 2016 05:45:38 -0000 @@ -97,6 +97,8 @@ _C_LABEL(kernel_text): mtc0 zero, MIPS_COP_0_STATUS # Disable interrupts COP0_SYNC #endif + mtc0 zero, MIPS_COP_0_CAUSE + COP0_SYNC #ifdef MIPS64_OCTEON // // U-boot on the erlite starts all cpus at the kernel entry point.