]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/cris/arch-v32/mm/tlb.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / arch / cris / arch-v32 / mm / tlb.c
index 55ade36fe8a8b187cca9edfa4939da2ae6dab7ee..6779bcb28ab090cdeab6876461178b614da3a11a 100644 (file)
@@ -185,7 +185,7 @@ switch_mm(struct mm_struct *prev, struct mm_struct *next,
                /* Make sure there is a MMU context. */
                spin_lock(&mmu_context_lock);
                get_mmu_context(next);
-               cpu_set(cpu, next->cpu_vm_mask);
+               cpumask_set_cpu(cpu, mm_cpumask(next));
                spin_unlock(&mmu_context_lock);
 
                /*