x86/irq: Cleanup the arch_*_msi_irqs() leftovers
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Aug 2020 11:17:03 +0000 (13:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Sep 2020 14:52:38 +0000 (16:52 +0200)
commit7ca435cf857dd63d29d5e0b785807f6988788d2f
treef6d47bcc56f9eb7730e19136d9b1dab6b0fed6ee
parent077ee78e392869e46ae6bdc6ba2a3c4249d0b5e1
x86/irq: Cleanup the arch_*_msi_irqs() leftovers

Get rid of all the gunk and remove the 'select PCI_MSI_ARCH_FALLBACK' from
the x86 Kconfig so the weak functions in the PCI core are replaced by stubs
which emit a warning, which ensures that any fail to set the irq domain
pointer results in a warning when the device is used.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200826112334.086003720@linutronix.de
arch/x86/Kconfig
arch/x86/include/asm/pci.h
arch/x86/include/asm/x86_init.h
arch/x86/kernel/apic/msi.c
arch/x86/kernel/x86_init.c
arch/x86/pci/xen.c