[PARISC] Fix infinite loop in /proc/iomem
authorMatthew Wilcox <matthew@wil.cx>
Sun, 14 Oct 2007 14:13:31 +0000 (10:13 -0400)
committerKyle McMartin <kyle@shortfin.cabal.ca>
Thu, 18 Oct 2007 19:34:22 +0000 (12:34 -0700)
pcibios_link_hba_resources() could corrupt the resource tree by inserting
resources in the wrong place.  Fix this by calling pci_claim_resource()
for PCI-PCI bridges.  Delete pcibios_link_hba_resources as we shouldn't
need it any more.  Also get rid of lba_claim_dev_resources() and just
call pci_claim_resource() directly.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>

No differences found