Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[deliverable/linux.git] / arch / s390 / include / asm / mmu_context.h
index 4fb67a0e4ddf263c5b156759247f98249e913536..9f973d8de90ea91fbde12f11cff70c8470bf8a81 100644 (file)
@@ -60,8 +60,7 @@ static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
        WARN_ON(atomic_read(&prev->context.attach_count) < 0);
        atomic_inc(&next->context.attach_count);
        /* Check for TLBs not flushed yet */
-       if (next->context.flush_mm)
-               __tlb_flush_mm(next);
+       __tlb_flush_mm_lazy(next);
 }
 
 #define enter_lazy_tlb(mm,tsk) do { } while (0)
This page took 0.02686 seconds and 5 git commands to generate.