aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorLorenzo Pieralisi <[email protected]>2015-07-09 11:59:16 +0100
committerBjorn Helgaas <[email protected]>2015-07-23 10:13:29 -0500
commitdff22d2054b5dbb1889f20c03959dd0c494fab8c (patch)
tree6f3956c967a62215275826b5158adfe7c203de1e /scripts/gdb/linux/modules.py
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff)
PCI: Call pci_read_bridge_bases() from core instead of arch code
When we scan a PCI bus, we read PCI-PCI bridge window registers with pci_read_bridge_bases() so we can validate the resource hierarchy. Most architectures call pci_read_bridge_bases() from pcibios_fixup_bus(), but PCI-PCI bridges are not arch-specific, so this doesn't need to be in arch-specific code. Call pci_read_bridge_bases() directly from the PCI core instead of from arch code. For alpha and mips, we now call pci_read_bridge_bases() always; previously we only called it if PCI_PROBE_ONLY was set. [bhelgaas: changelog] Signed-off-by: Lorenzo Pieralisi <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> CC: Ralf Baechle <[email protected]> CC: James E.J. Bottomley <[email protected]> CC: Michael Ellerman <[email protected]> CC: Bjorn Helgaas <[email protected]> CC: Richard Henderson <[email protected]> CC: Benjamin Herrenschmidt <[email protected]> CC: David Howells <[email protected]> CC: Russell King <[email protected]> CC: Tony Luck <[email protected]> CC: David S. Miller <[email protected]> CC: Ingo Molnar <[email protected]> CC: Guenter Roeck <[email protected]> CC: Michal Simek <[email protected]> CC: Chris Zankel <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions