diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2016-03-23 11:34:29 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-04-11 15:03:30 -0500 |
commit | 35a6ae07c663499875309f18730f3440bb59f6fe (patch) | |
tree | ca3034035eb2457f942151c23f458339a89130e8 | |
parent | 9735a22799b9214d17d3c231fe377fc852f042e9 (diff) |
x86/PCI: Refine PCI support check in pcibios_init()
Also consider raw_pci_ext_ops when validating if a system has PCI support.
This leads to proper resource allocation via pcibios_resource_survey() in
the case where PCI config space is exclusively accessed through MMCONFIG.
Signed-off-by: Adrian-Ken Rueegsegger <ken@codelabs.ch>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>