Re: Fix /proc/iomem

Kyle McMartin <[email protected]> Thu, 18 Oct 2007 15:41:47 -0400
Newsgroups gmane.linux.ports.hppa
Message-ID <[email protected]>
On Sun, Oct 14, 2007 at 08:48:27AM -0600, Matthew Wilcox wrote:
>     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 <[email protected]>
> 

ok, applied (and tested.)

Cheers,
	Kyle