commit | 689388bbf8c5c1966b6a67fa427299f90cf83b99 | [log] [tgz] |
---|---|---|
author | Mark Maule <maule@sgi.com> | Fri Jan 27 11:55:34 2006 -0600 |
committer | Tony Luck <tony.luck@intel.com> | Thu Feb 02 13:22:15 2006 -0800 |
tree | c6d84992dbdba3705ece5e9f2cd512e59503d771 | |
parent | f8efa27662532ad5adb2790bfc3f4c78e019cfad [diff] |
[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 <maule@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>