diff options
author | Zhou Wang <[email protected]> | 2017-01-04 15:00:06 +0800 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2017-01-12 14:32:09 -0600 |
commit | 53762ba810398c11efaf65f9a45d992125e86dcf (patch) | |
tree | e6f01d279441ef4a9a6c9db11c5f0403b7682026 /lib/netdev-notifier-error-inject.c | |
parent | 977509f7c5c6fb992ffcdf4291051af343b91645 (diff) |
PCI/ACPI: Fix bus range comparison in pci_mcfg_lookup()
The configuration data provided by an MCFG entry, i.e., PCI segment and bus
range, may span multiple host bridges.
pci_mcfg_lookup() previously required an exact match of the host bridge
starting bus and the MCFG starting bus, which made the following
configuration fail:
MCFG region:
segment: 0
bus range: 0x00-0xff
host bridge
segment: 0
bus range: 0x20-0x4f
Relax the bus range check in pci_mcfg_lookup() so we can use any MCFG entry
that contains the required bus range, as we do in pci_mmconfig_lookup().
[bhelgaas: changelog]
Signed-off-by: Zhou Wang <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Tomasz Nowicki <[email protected]>
Acked-by: Lorenzo Pieralisi <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions