Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36035
b: refs/heads/master
c: 6b8aab0
h: refs/heads/master
i:
  36033: 138b95c
  36031: f412790
v: v3
  • Loading branch information
Ralf Baechle committed Sep 27, 2006
1 parent bf8649c commit f68116f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c70f12bfaec6e1a1c4bfb94aec0c17675bc9310
refs/heads/master: 6b8aab09309c577318f8484fce401e5c3546bb3b
8 changes: 4 additions & 4 deletions trunk/include/asm-mips/mmu_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f68116f

Please sign in to comment.