diff options
Diffstat (limited to 'arch/i386/pci/mmconfig-shared.c')
-rw-r--r-- | arch/i386/pci/mmconfig-shared.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/pci/mmconfig-shared.c b/arch/i386/pci/mmconfig-shared.c index 998e04f6d68f..779c987acc5b 100644 --- a/arch/i386/pci/mmconfig-shared.c +++ b/arch/i386/pci/mmconfig-shared.c | |||
@@ -80,7 +80,8 @@ void __init pci_mmcfg_init(int type) | |||
80 | } | 80 | } |
81 | 81 | ||
82 | if (pci_mmcfg_arch_init()) { | 82 | if (pci_mmcfg_arch_init()) { |
83 | unreachable_devices(); | 83 | if (type == 1) |
84 | unreachable_devices(); | ||
84 | pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF; | 85 | pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF; |
85 | } | 86 | } |
86 | } | 87 | } |