diff options
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r-- | drivers/pci/pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 8f30736dbf3f..e9f9dc183cfc 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -3772,8 +3772,10 @@ static int __init pci_setup(char *str) | |||
3772 | pci_no_msi(); | 3772 | pci_no_msi(); |
3773 | } else if (!strcmp(str, "noaer")) { | 3773 | } else if (!strcmp(str, "noaer")) { |
3774 | pci_no_aer(); | 3774 | pci_no_aer(); |
3775 | } else if (!strncmp(str, "realloc=", 8)) { | ||
3776 | pci_realloc_get_opt(str + 8); | ||
3775 | } else if (!strncmp(str, "realloc", 7)) { | 3777 | } else if (!strncmp(str, "realloc", 7)) { |
3776 | pci_realloc(); | 3778 | pci_realloc_get_opt("on"); |
3777 | } else if (!strcmp(str, "nodomains")) { | 3779 | } else if (!strcmp(str, "nodomains")) { |
3778 | pci_no_domains(); | 3780 | pci_no_domains(); |
3779 | } else if (!strncmp(str, "cbiosize=", 9)) { | 3781 | } else if (!strncmp(str, "cbiosize=", 9)) { |