|
@@ -188,7 +188,7 @@ static void flush_tlb_others_ipi(const struct cpumask *cpumask,
|
|
* We have to send the IPI only to
|
|
* We have to send the IPI only to
|
|
* CPUs affected.
|
|
* CPUs affected.
|
|
*/
|
|
*/
|
|
- send_IPI_mask(cpumask, INVALIDATE_TLB_VECTOR_START + sender);
|
|
|
|
|
|
+ send_IPI_mask(f->flush_cpumask, INVALIDATE_TLB_VECTOR_START + sender);
|
|
|
|
|
|
while (!cpumask_empty(to_cpumask(f->flush_cpumask)))
|
|
while (!cpumask_empty(to_cpumask(f->flush_cpumask)))
|
|
cpu_relax();
|
|
cpu_relax();
|