]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/pci/amd_bus.c
Revert "PCI: use ACPI _CRS data by default"
[mv-sheeva.git] / arch / x86 / pci / amd_bus.c
index 2255f880678bb198af08f8fd43452c2e3370167a..f893d6a6e803e266f3d36030f8744fecda130bf9 100644 (file)
@@ -101,7 +101,7 @@ void x86_pci_root_bus_res_quirks(struct pci_bus *b)
        struct pci_root_info *info;
 
        /* don't go for it if _CRS is used */
-       if (!(pci_probe & PCI_NO_ROOT_CRS))
+       if (pci_probe & PCI_USE__CRS)
                return;
 
        /* if only one root bus, don't need to anything */