Merge branch '4.3-fixes' into mips-for-linux-next
[linux-drm-fsl-dcu.git] / arch / mips / kernel / idle.c
index 35af61530de1b4e9b5525606006b3d88575383aa..46794d64c0bfe3f9779cc43714cc7c3fbb6a10bc 100644 (file)
@@ -171,7 +171,6 @@ void __init check_wait(void)
        case CPU_BMIPS3300:
        case CPU_BMIPS4350:
        case CPU_BMIPS4380:
-       case CPU_BMIPS5000:
        case CPU_CAVIUM_OCTEON:
        case CPU_CAVIUM_OCTEON_PLUS:
        case CPU_CAVIUM_OCTEON2:
@@ -182,7 +181,9 @@ void __init check_wait(void)
        case CPU_XLP:
                cpu_wait = r4k_wait;
                break;
-
+       case CPU_BMIPS5000:
+               cpu_wait = r4k_wait_irqoff;
+               break;
        case CPU_RM7000:
                cpu_wait = rm7k_wait_irqoff;
                break;