From: Mark Maule Date: Fri, 27 Jan 2006 17:55:34 +0000 (-0600) Subject: [IA64-SGI] fix smp_affinity redirection when using CONFIG_PCI_MSI X-Git-Tag: v2.6.16-rc3~141^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689388bbf8c5c1966b6a67fa427299f90cf83b99;p=pandora-kernel.git [IA64-SGI] fix smp_affinity redirection when using CONFIG_PCI_MSI 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 Signed-off-by: Tony Luck --- Reading git-diff-tree failed