PCI: use _CRS for PCI resource allocation
[linux-2.6-microblaze.git] / arch / x86 / pci / common.c
index 7c4d75e..7d6a9a5 100644 (file)
@@ -436,6 +436,9 @@ char * __devinit  pcibios_setup(char *str)
        } else if (!strcmp(str, "assign-busses")) {
                pci_probe |= PCI_ASSIGN_ALL_BUSSES;
                return NULL;
+       } else if (!strcmp(str, "use_crs")) {
+               pci_probe |= PCI_USE__CRS;
+               return NULL;
        } else if (!strcmp(str, "routeirq")) {
                pci_routeirq = 1;
                return NULL;