[IA64] smp_flush_tlb_mm() should only send IPI's to cpus in cpu_vm_mask
authorDimitri Sivanich <sivanich@sgi.com>
Wed, 15 Apr 2009 15:56:25 +0000 (10:56 -0500)
committerTony Luck <tony.luck@intel.com>
Thu, 16 Apr 2009 18:51:35 +0000 (11:51 -0700)
Having flush_tlb_mm->smp_flush_tlb_mm() send an IPI to every cpu
on the system is occasionally triggering spin_lock contention in
generic_smp_call_function_interrupt().

Follow x86 arch's lead and only sends IPIs to the cpus in mm->cpu_vm_mask.

Experiments with this change have shown significant improvement in this
contention issue.

Signed-off-by: Dimitri Sivanich <sivanich@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found