]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/pci/amd_bus.c
x86/PCI: don't bother with root quirks if _CRS is used
[mv-sheeva.git] / arch / x86 / pci / amd_bus.c
index e121ee050f7cd68aef17fdd5ba2a189ea082dcf1..f893d6a6e803e266f3d36030f8744fecda130bf9 100644 (file)
@@ -100,6 +100,10 @@ void x86_pci_root_bus_res_quirks(struct pci_bus *b)
        int j;
        struct pci_root_info *info;
 
+       /* don't go for it if _CRS is used */
+       if (pci_probe & PCI_USE__CRS)
+               return;
+
        /* if only one root bus, don't need to anything */
        if (pci_root_num < 2)
                return;