x86, apic: untangle the send_IPI_*() jungle
[linux-2.6-block.git] / arch / x86 / mm / tlb.c
index 72a6d4ebe34dd9b2a4441dc422dbcd46ed47bb2f..6348e1146925bb54dfc13e5e2fbd908ab2a630a1 100644 (file)
@@ -196,7 +196,7 @@ static void flush_tlb_others_ipi(const struct cpumask *cpumask,
         * We have to send the IPI only to
         * CPUs affected.
         */
-       send_IPI_mask(to_cpumask(f->flush_cpumask),
+       apic->send_IPI_mask(to_cpumask(f->flush_cpumask),
                      INVALIDATE_TLB_VECTOR_START + sender);
 
        while (!cpumask_empty(to_cpumask(f->flush_cpumask)))