提交 d6a09e0c 编写于 作者: D Dave Liu 提交者: Benjamin Herrenschmidt

powerpc: Remove the redundant _tlbil_pid at SMP case

Signed-off-by: NDave Liu <daveliu@freescale.com>
Acked-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
上级 54cfd0d5
...@@ -189,8 +189,9 @@ void flush_tlb_kernel_range(unsigned long start, unsigned long end) ...@@ -189,8 +189,9 @@ void flush_tlb_kernel_range(unsigned long start, unsigned long end)
smp_call_function(do_flush_tlb_mm_ipi, NULL, 1); smp_call_function(do_flush_tlb_mm_ipi, NULL, 1);
_tlbil_pid(0); _tlbil_pid(0);
preempt_enable(); preempt_enable();
#endif #else
_tlbil_pid(0); _tlbil_pid(0);
#endif
} }
EXPORT_SYMBOL(flush_tlb_kernel_range); EXPORT_SYMBOL(flush_tlb_kernel_range);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册