Skip to content

scsi: aacraid: Stop using PCI_IRQ_AFFINITY

JIRA: https://issues.redhat.com/browse/RHEL-41080

Upstream Status: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git

When PCI_IRQ_AFFINITY is set for calling pci_alloc_irq_vectors(), it means interrupts are spread around the available CPUs. It also means that the interrupts become managed, which means that an interrupt is shutdown when all the CPUs in the interrupt affinity mask go offline.

Signed-off-by: John Meneghini jmeneghi@redhat.com

Merge request reports

Loading