> If it solves problem related to ACPI, you should not use in this file: > > + if ((pci_probe & PCI_PROBE_MMCONF) == 0) > > + return 0; > This is very x86 specific. We are making a lot of effort to make > MMCONFIG platform independent now. So you'd like to see the changes in this patch spread out across more appropriate files? pci_mmcfg_for_each_region() moving off into arch/x86/pci/mmconfig-shared.c, for example. I'm not sure how to make that pretty in apei_resources_request() where essentially we need to add an extra scan for some arch specific addresses to ignore from the list of addresses. -Tony -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html