On Tue, Dec 9, 2014 at 1:53 PM, Bjorn Helgaas <bhelg...@google.com> wrote: > On Tue, Dec 9, 2014 at 2:34 PM, Yinghai Lu <ying...@kernel.org> wrote: >> + list_for_each_entry(window, &bridge->windows, list) { >> + res = window->res; >> + if (resource_type(res) == IORESOURCE_MEM || >> + res->end > 0xffffffff) { >> + bridge->has_mem64_res = true; > > This is an interesting idea, but I think you're checking CPU addresses > here, and you need to check PCI bus addresses.
Looks like those IBM platforms have res > 4g, but pci bus address < 4g. If we check pci bus address, and then we would break those platforms. Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/