[IA64-SGI] fix smp_affinity redirection when using CONFIG_PCI_MSI
authorMark Maule <maule@sgi.com>
Fri, 27 Jan 2006 17:55:34 +0000 (11:55 -0600)
committerTony Luck <tony.luck@intel.com>
Thu, 2 Feb 2006 21:22:15 +0000 (13:22 -0800)
Redirecting interrupts using smp_affinity on altix does not work on kernels
built with CONFIG_PCI_MSI.  The problem is that move_irq() turns into a noop
if MSI is built in.  This patch calls move_native_irq() instead of move_irq()
to get around that.

Signed-off-by: Mark Maule <maule@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found