]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm64/mm/context.c
Merge remote-tracking branch 'ext4/dev'
[karo-tx-linux.git] / arch / arm64 / mm / context.c
index 4b9ec4484e3f3cfc6ca5ec8d0dd491530512d4b3..f636a2639f031dd03d0b5058ccf378721d67dbf4 100644 (file)
@@ -132,7 +132,6 @@ set_asid:
 
 bump_gen:
        asid |= generation;
-       cpumask_clear(mm_cpumask(mm));
        return asid;
 }
 
@@ -169,7 +168,6 @@ void check_and_switch_context(struct mm_struct *mm, unsigned int cpu)
        raw_spin_unlock_irqrestore(&cpu_asid_lock, flags);
 
 switch_mm_fastpath:
-       cpumask_set_cpu(cpu, mm_cpumask(mm));
        cpu_switch_mm(mm->pgd, mm);
 }