From: Matthew Wilcox Date: Sun, 14 Oct 2007 14:13:31 +0000 (-0400) Subject: [PARISC] Fix infinite loop in /proc/iomem X-Git-Tag: v2.6.24-rc1~118^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9611f61eb5baf22b6b6ed46c2c196c10e1fade6a;p=pandora-kernel.git [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 Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed