diff options
author | Brice Goglin <brice@myri.com> | 2006-08-31 01:54:56 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-26 17:43:52 -0700 |
commit | 3f79e107f72e8efa86cd2f21356692b712713b5c (patch) | |
tree | ce6bdebdf26ee15f38de4ee7e5f74bafda6836bc /drivers/pci/pci.h | |
parent | d33b6fba2c4350651f3f61ff2ab858a2f116e9a4 (diff) | |
download | op-kernel-dev-3f79e107f72e8efa86cd2f21356692b712713b5c.zip op-kernel-dev-3f79e107f72e8efa86cd2f21356692b712713b5c.tar.gz |
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.h | 2 |
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 |