]> Pileus Git - ~andy/linux/blobdiff - arch/i386/kernel/smp.c
i386: don't check_pgt_cache in flush_tlb_mm
[~andy/linux] / arch / i386 / kernel / smp.c
index c9a7c9835aba8bb63eda19c8ecaa83b5f814e8e9..6299c080f6e2e3ce9e003a28314278f0eaa5a974 100644 (file)
@@ -421,7 +421,7 @@ void flush_tlb_mm (struct mm_struct * mm)
        }
        if (!cpus_empty(cpu_mask))
                flush_tlb_others(cpu_mask, mm, TLB_FLUSH_ALL);
-       check_pgt_cache();
+
        preempt_enable();
 }