MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPS
[deliverable/linux.git] / arch / mips / kernel / genex.S
index 17326a90d53c7187111b8c5b0b15144844d0e07f..dc0b2961289136f6a17755106bb93a9c99919f98 100644 (file)
@@ -142,9 +142,8 @@ LEAF(__r4k_wait)
        PTR_LA  k1, __r4k_wait
        ori     k0, 0x1f        /* 32 byte rollback region */
        xori    k0, 0x1f
-       bne     k0, k1, 9f
+       bne     k0, k1, \handler
        MTC0    k0, CP0_EPC
-9:
        .set pop
        .endm
 
This page took 0.024702 seconds and 5 git commands to generate.