commit | 9611f61eb5baf22b6b6ed46c2c196c10e1fade6a | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Sun Oct 14 10:13:31 2007 -0400 |
committer | Kyle McMartin <kyle@shortfin.cabal.ca> | Thu Oct 18 12:34:22 2007 -0700 |
tree | 30bd8d782abc42a6f8b553f4c33bbba2dc8f9a31 | |
parent | 26f0324922e50e0ef7677aaf96287b862c2fec61 [diff] |
[PARISC] Fix infinite loop in /proc/iomem 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>