Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12251
b: refs/heads/master
c: 7e5e6e9
h: refs/heads/master
i:
  12249: 4eaaaa7
  12247: f6245f4
v: v3
  • Loading branch information
Russell King authored and Russell King committed Nov 3, 2005
1 parent b078000 commit 0bcf13e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 4a5f79e7e65d24d2fa9eb6e6208672571704d337
refs/heads/master: 7e5e6e9a509c4ed2973a345ec7ffb96577f42e26
3 changes: 2 additions & 1 deletion trunk/include/asm-arm/mmu_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ switch_mm(struct mm_struct *prev, struct mm_struct *next,
cpu_set(cpu, next->cpu_vm_mask);
check_context(next);
cpu_switch_mm(next->pgd, next);
cpu_clear(cpu, prev->cpu_vm_mask);
if (cache_is_vivt())
cpu_clear(cpu, prev->cpu_vm_mask);
}
}

Expand Down

0 comments on commit 0bcf13e

Please sign in to comment.