MIPS: Use fallthrough for arch/mips
[linux-2.6-microblaze.git] / arch / mips / mm / tlbex.c
index da407cd..38c2042 100644 (file)
@@ -576,7 +576,7 @@ void build_tlb_write_entry(u32 **p, struct uasm_label **l,
        case CPU_R5500:
                if (m4kc_tlbp_war())
                        uasm_i_nop(p);
-               /* fall through */
+               fallthrough;
        case CPU_ALCHEMY:
                tlbw(p);
                break;