mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-12 23:54:19 +08:00
ACPI/PCI: Reset acpi_root_dev->domain to 0 when pci_ignore_seg is set
Reset acpi_root_dev->domain to 0 when pci_ignore_seg is set to keep consistence between ACPI PCI root device and PCI host bridge device. Acked-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
2c204383a2
commit
a3669868d9
@ -401,7 +401,7 @@ struct pci_bus *pci_acpi_scan_root(struct acpi_pci_root *root)
|
|||||||
int node;
|
int node;
|
||||||
|
|
||||||
if (pci_ignore_seg)
|
if (pci_ignore_seg)
|
||||||
domain = 0;
|
root->segment = domain = 0;
|
||||||
|
|
||||||
if (domain && !pci_domains_supported) {
|
if (domain && !pci_domains_supported) {
|
||||||
printk(KERN_WARNING "pci_bus %04x:%02x: "
|
printk(KERN_WARNING "pci_bus %04x:%02x: "
|
||||||
|
Loading…
Reference in New Issue
Block a user