summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.h
diff options
context:
space:
mode:
authorBrice Goglin <brice@myri.com>2006-08-31 05:54:56 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2006-09-27 00:43:52 (GMT)
commit3f79e107f72e8efa86cd2f21356692b712713b5c (patch)
treece6bdebdf26ee15f38de4ee7e5f74bafda6836bc /drivers/pci/pci.h
parentd33b6fba2c4350651f3f61ff2ab858a2f116e9a4 (diff)
downloadlinux-fsl-qoriq-3f79e107f72e8efa86cd2f21356692b712713b5c.tar.xz
MSI: Cleanup existing MSI quirks
Move MSI quirks in CONFIG_PCI_MSI, document why the serverworks quirk does not simply set PCI_BUS_FLAGS_NO_MSI, and create a generic quirk for other chipsets where setting PCI_BUS_FLAGS_NO_MSI is fine. Signed-off-by: Brice Goglin <brice@myri.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/pci.h')
-rw-r--r--drivers/pci/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h
index 08d58fc..6bf327d 100644
--- a/drivers/pci/pci.h
+++ b/drivers/pci/pci.h
@@ -42,7 +42,7 @@ extern void pci_remove_legacy_files(struct pci_bus *bus);
/* Lock for read/write access to pci device and bus lists */
extern struct rw_semaphore pci_bus_sem;
-#ifdef CONFIG_X86_IO_APIC
+#ifdef CONFIG_PCI_MSI
extern int pci_msi_quirk;
#else
#define pci_msi_quirk 0