]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commit4e4ba9441fb431f3996de2454522342e0b1d9263
treed3c3f093bcf34b5946ff9876d363491b38efa880
parent0b2d70764bb39242dcc49c0ebd10fcb8258ce5fa
x86/PCI: Don't try to move IORESOURCE_PCI_FIXED resources

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>
arch/x86/pci/i386.c