Skip to content

Commit

Permalink
Revert "sparc/PCI: Clip bridge windows to fit in upstream windows"
Browse files Browse the repository at this point in the history
This reverts commit d63e2e1.

David Ahern reported that d63e2e1 breaks booting on an 8-socket T5
sparc system.  He also verified that the system boots with d63e2e1
reverted.  Yinghai has some fixes, but they need a little more polishing
than we can do before v4.0.

Link: http://lkml.kernel.org/r/5514391F.2030300@oracle.com	# report
Link: http://lkml.kernel.org/r/1427857069-6789-1-git-send-email-yinghai@kernel.org # patches
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: stable@vger.kernel.org	# v3.19+
  • Loading branch information
Bjorn Helgaas committed Apr 8, 2015
1 parent 8647ca9 commit d10b730
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arch/sparc/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,10 +639,7 @@ static void pci_claim_bus_resources(struct pci_bus *bus)
(unsigned long long)r->end,
(unsigned int)r->flags);

if (pci_claim_resource(dev, i) == 0)
continue;

pci_claim_bridge_resource(dev, i);
pci_claim_resource(dev, i);
}
}

Expand Down

0 comments on commit d10b730

Please sign in to comment.