Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[linux-2.6-microblaze.git] / arch / mips / kernel / traps.c
index cf78859..e035295 100644 (file)
@@ -2204,7 +2204,7 @@ static void configure_status(void)
         * flag that some firmware may have left set and the TS bit (for
         * IP27).  Set XX for ISA IV code to work.
         */
-       unsigned int status_set = ST0_CU0;
+       unsigned int status_set = ST0_KERNEL_CUMASK;
 #ifdef CONFIG_64BIT
        status_set |= ST0_FR|ST0_KX|ST0_SX|ST0_UX;
 #endif