pid: move pidfd_get_pid() to pid.c
[linux-block.git] / arch / mips / kernel / head.S
index 7dd234e788e63ec4945d6fd8b3f03f208fc17ebe..61b73580b87742bed18690c53cec73838cc93b63 100644 (file)
@@ -35,7 +35,7 @@
        .macro  setup_c0_status set clr
        .set    push
        mfc0    t0, CP0_STATUS
-       or      t0, ST0_CU0|\set|0x1f|\clr
+       or      t0, ST0_KERNEL_CUMASK|\set|0x1f|\clr
        xor     t0, 0x1f|\clr
        mtc0    t0, CP0_STATUS
        .set    noreorder