x86/PCI: Don't try to move IORESOURCE_PCI_FIXED resources
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 14 Apr 2014 21:30:09 +0000 (15:30 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 25 Apr 2014 17:09:04 +0000 (11:09 -0600)
Don't attempt to move resource marked IORESOURCE_PCI_FIXED, even if
pci_claim_resource() fails.  In some cases, these are legacy resources that
cannot be moved.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found