Searched hist:"9611 f61eb5baf22b6b6ed46c2c196c10e1fade6a" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/parisc/kernel/ |
H A D | pci.c | diff 9611f61eb5baf22b6b6ed46c2c196c10e1fade6a Sun Oct 14 09:13:31 CDT 2007 Matthew Wilcox <matthew@wil.cx> [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>
|
/openbmc/linux/drivers/parisc/ |
H A D | lba_pci.c | diff 9611f61eb5baf22b6b6ed46c2c196c10e1fade6a Sun Oct 14 09:13:31 CDT 2007 Matthew Wilcox <matthew@wil.cx> [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>
|