Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
[linux-2.6-microblaze.git] / arch / x86 / pci / acpi.c
index ea2eb2e..55c4b07 100644 (file)
@@ -283,6 +283,9 @@ static int setup_mcfg_map(struct acpi_pci_root_info *ci)
        info->mcfg_added = false;
        seg = info->sd.domain;
 
+       dev_dbg(dev, "%s(%04x %pR ECAM %pa)\n", __func__, seg,
+               &root->secondary, &root->mcfg_addr);
+
        /* return success if MMCFG is not in use */
        if (raw_pci_ext_ops && raw_pci_ext_ops != &pci_mmcfg)
                return 0;