diff options
Diffstat (limited to 'arch/x86/pci/common.c')
-rw-r--r-- | arch/x86/pci/common.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 981c2dbd72cc..ed11916310c1 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c | |||
@@ -561,7 +561,6 @@ char * __init pcibios_setup(char *str) | |||
561 | pci_probe |= PCI_PROBE_NOEARLY; | 561 | pci_probe |= PCI_PROBE_NOEARLY; |
562 | return NULL; | 562 | return NULL; |
563 | } | 563 | } |
564 | #ifndef CONFIG_X86_VISWS | ||
565 | else if (!strcmp(str, "usepirqmask")) { | 564 | else if (!strcmp(str, "usepirqmask")) { |
566 | pci_probe |= PCI_USE_PIRQ_MASK; | 565 | pci_probe |= PCI_USE_PIRQ_MASK; |
567 | return NULL; | 566 | return NULL; |
@@ -571,9 +570,7 @@ char * __init pcibios_setup(char *str) | |||
571 | } else if (!strncmp(str, "lastbus=", 8)) { | 570 | } else if (!strncmp(str, "lastbus=", 8)) { |
572 | pcibios_last_bus = simple_strtol(str+8, NULL, 0); | 571 | pcibios_last_bus = simple_strtol(str+8, NULL, 0); |
573 | return NULL; | 572 | return NULL; |
574 | } | 573 | } else if (!strcmp(str, "rom")) { |
575 | #endif | ||
576 | else if (!strcmp(str, "rom")) { | ||
577 | pci_probe |= PCI_ASSIGN_ROMS; | 574 | pci_probe |= PCI_ASSIGN_ROMS; |
578 | return NULL; | 575 | return NULL; |
579 | } else if (!strcmp(str, "norom")) { | 576 | } else if (!strcmp(str, "norom")) { |