mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
powerpc: Remove the redundant _tlbil_pid at SMP case
Signed-off-by: Dave Liu <daveliu@freescale.com> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
54cfd0d5ca
commit
d6a09e0cd6
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
_tlbil_pid(0);
|
||||
preempt_enable();
|
||||
#endif
|
||||
#else
|
||||
_tlbil_pid(0);
|
||||
#endif
|
||||
}
|
||||
EXPORT_SYMBOL(flush_tlb_kernel_range);
|
||||
|
||||
|
|
Loading…
Reference in a new issue