Re: [PATCH] x86/PCI: setup data may be in highmem

From: Matt Fleming
Date: Wed Jun 05 2013 - 10:15:55 EST


On Tue, 28 May, at 11:28:54AM, Bjorn Helgaas wrote:
> OK, hopefully somebody will do the analysis to verify that ioremap()
> is appropriate in both cases. It seems likely, but I haven't looked
> in detail.

Switching from early_ioremap() to ioremap() seems to work fine from the
testing I've seen. I've included the new patch below. Would you prefer a
proper submission?

---