[ARM] Merge SMP tree

This commit is contained in:
Russell King
2005-11-03 21:02:39 +00:00
committed by Russell King
4 changed files with 16 additions and 2 deletions
+2 -1
View File
@@ -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);
}
}