mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
689388bbf8
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> |
||
---|---|---|
.. | ||
include | ||
kernel | ||
pci | ||
Makefile |