diff options
Diffstat (limited to 'drivers/pci/pci-acpi.c')
-rw-r--r-- | drivers/pci/pci-acpi.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c index a064f36a0805..b5ac810404c0 100644 --- a/drivers/pci/pci-acpi.c +++ b/drivers/pci/pci-acpi.c | |||
@@ -317,6 +317,10 @@ static int __init acpi_pci_init(void) | |||
317 | { | 317 | { |
318 | int ret; | 318 | int ret; |
319 | 319 | ||
320 | if (acpi_gbl_FADT.boot_flags & BAF_MSI_NOT_SUPPORTED) { | ||
321 | printk(KERN_INFO"ACPI FADT declares the system doesn't support MSI, so disable it\n"); | ||
322 | pci_no_msi(); | ||
323 | } | ||
320 | ret = register_acpi_bus_type(&acpi_pci_bus); | 324 | ret = register_acpi_bus_type(&acpi_pci_bus); |
321 | if (ret) | 325 | if (ret) |
322 | return 0; | 326 | return 0; |