diff options
Diffstat (limited to 'arch/x86/pci/common.c')
-rw-r--r-- | arch/x86/pci/common.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 7c4d75e3c5f3..7d6a9a5aa7cd 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c | |||
@@ -436,6 +436,9 @@ char * __devinit pcibios_setup(char *str) | |||
436 | } else if (!strcmp(str, "assign-busses")) { | 436 | } else if (!strcmp(str, "assign-busses")) { |
437 | pci_probe |= PCI_ASSIGN_ALL_BUSSES; | 437 | pci_probe |= PCI_ASSIGN_ALL_BUSSES; |
438 | return NULL; | 438 | return NULL; |
439 | } else if (!strcmp(str, "use_crs")) { | ||
440 | pci_probe |= PCI_USE__CRS; | ||
441 | return NULL; | ||
439 | } else if (!strcmp(str, "routeirq")) { | 442 | } else if (!strcmp(str, "routeirq")) { |
440 | pci_routeirq = 1; | 443 | pci_routeirq = 1; |
441 | return NULL; | 444 | return NULL; |