aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorOliver O'Halloran <[email protected]>2019-10-28 19:54:24 +1100
committerMichael Ellerman <[email protected]>2020-01-06 16:25:29 +1100
commit1c7f4fe86f17f296bafab1d418c040533324bf4f (patch)
tree0654a7c6948469f8ce2a3890f5f2165e46f0b87e /tools/perf/scripts/python
parent30d87ef8b38d471ab5c0f1226926ebd856da8647 (diff)
powerpc/pci: Remove pcibios_setup_bus_devices()
With the previous patch applied pcibios_setup_device() will always be run when pcibios_bus_add_device() is called. There are several code paths where pcibios_setup_bus_device() is still called (the PowerPC specific PCI hotplug support is one) so with just the previous patch applied the setup can be run multiple times on a device, once before the device is added to the bus and once after. There's no need to run the setup in the early case any more so just remove it entirely. Signed-off-by: Oliver O'Halloran <[email protected]> Tested-by: Alexey Kardashevskiy <[email protected]> Reviewed-by: Alexey Kardashevskiy <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions