From: Ralf Baechle Date: Fri, 25 Aug 2006 11:34:33 +0000 (+0100) Subject: [MIPS] Reformat missformated SMTC bits. X-Git-Tag: v2.6.19-rc1~1027 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6b8aab09309c577318f8484fce401e5c3546bb3b;p=~shefty%2Frdma-dev.git [MIPS] Reformat missformated SMTC bits. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/mmu_context.h b/include/asm-mips/mmu_context.h index 18b69de87da..fe065d6070c 100644 --- a/include/asm-mips/mmu_context.h +++ b/include/asm-mips/mmu_context.h @@ -262,10 +262,10 @@ drop_mmu_context(struct mm_struct *mm, unsigned cpu) /* See comments for similar code above */ prevvpe = dvpe(); oldasid = (read_c0_entryhi() & ASID_MASK); - if(smtc_live_asid[mytlb][oldasid]) { - smtc_live_asid[mytlb][oldasid] &= ~(0x1 << cpu); - if(smtc_live_asid[mytlb][oldasid] == 0) - smtc_flush_tlb_asid(oldasid); + if (smtc_live_asid[mytlb][oldasid]) { + smtc_live_asid[mytlb][oldasid] &= ~(0x1 << cpu); + if(smtc_live_asid[mytlb][oldasid] == 0) + smtc_flush_tlb_asid(oldasid); } /* See comments for similar code above */ write_c0_entryhi((read_c0_entryhi() & ~HW_ASID_MASK)