]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/smp.c
[POWERPC] Make tlb flush batch use lazy MMU mode
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / smp.c
index 924d692bc8f9249fd5b0feb091b195bfd08fbfa7..d8e503b2e1af8d6ed9ece6358b61f083eeb2e712 100644 (file)
@@ -428,10 +428,6 @@ void generic_mach_cpu_die(void)
        smp_wmb();
        while (__get_cpu_var(cpu_state) != CPU_UP_PREPARE)
                cpu_relax();
-
-#ifdef CONFIG_PPC64
-       flush_tlb_pending();
-#endif
        cpu_set(cpu, cpu_online_map);
        local_irq_enable();
 }