From f68116f1caff7566357d2266d4df3237a975eaa1 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 25 Aug 2006 12:34:33 +0100 Subject: [PATCH] --- yaml --- r: 36035 b: refs/heads/master c: 6b8aab09309c577318f8484fce401e5c3546bb3b h: refs/heads/master i: 36033: 138b95c849aa0e10ebee1e912f5260bb6f1ecd3f 36031: f412790da9fb72324bb3e163e03c0ff64e4b65b7 v: v3 --- [refs] | 2 +- trunk/include/asm-mips/mmu_context.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 43bc001f19d0..75023bb1a268 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3c70f12bfaec6e1a1c4bfb94aec0c17675bc9310 +refs/heads/master: 6b8aab09309c577318f8484fce401e5c3546bb3b diff --git a/trunk/include/asm-mips/mmu_context.h b/trunk/include/asm-mips/mmu_context.h index 18b69de87daa..fe065d6070ca 100644 --- a/trunk/include/asm-mips/mmu_context.h +++ b/trunk/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)