Skip to content

Commit 05fe568

Browse files
John David Anglingregkh
authored andcommitted
parisc: Fix warning at drivers/pci/msi/msi.h:121
commit 4c29ab8 upstream. Fix warning at drivers/pci/msi/msi.h:121. Recently, I added a PCI to PCIe bridge adaptor and a PCIe NVME card to my rp3440. Then, I noticed this warning at boot: WARNING: CPU: 0 PID: 10 at drivers/pci/msi/msi.h:121 pci_msi_setup_msi_irqs+0x68/0x90 CPU: 0 PID: 10 Comm: kworker/u32:0 Not tainted 6.9.7-parisc64 #1 Debian 6.9.7-1 Hardware name: 9000/800/rp3440 Workqueue: async async_run_entry_fn We need to select PCI_MSI_ARCH_FALLBACKS when PCI_MSI is selected. Signed-off-by: John David Anglin <dave.anglin@bell.net> Cc: stable@vger.kernel.org # v6.0+ Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 651015c commit 05fe568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/parisc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ config PARISC
7575
select HAVE_SOFTIRQ_ON_OWN_STACK if IRQSTACKS
7676
select TRACE_IRQFLAGS_SUPPORT
7777
select HAVE_FUNCTION_DESCRIPTORS if 64BIT
78+
select PCI_MSI_ARCH_FALLBACKS if PCI_MSI
7879

7980
help
8081
The PA-RISC microprocessor is designed by Hewlett-Packard and used

0 commit comments

Comments
 (0)