diff options
| author | Sergio Paracuellos <[email protected]> | 2021-09-25 22:32:22 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-10-05 12:36:25 +0200 |
| commit | 7c2584faa145991558412d135d9e1d3431f47c6d (patch) | |
| tree | 49a09bae4460f6f1923d83de8a5f6011a4477bbc /tools/perf/scripts/python/stackcollapse.py | |
| parent | ebe7e788ee7270cfe43584e99f11b00d1e4bbb3f (diff) | |
PCI: Allow architecture-specific pci_remap_iospace()
pci_remap_iospace() was originally meant as an architecture specific helper
but it moved into generic code after all architectures had the same
requirements. MIPS has different requirements so it should not be shared.
The way for doing this will be using a macro 'pci_remap_iospace' defined
for those architectures that need a special treatment. Hence, put core API
function inside preprocesor conditional code for 'pci_remap_iospace'
definition.
Acked-by: Bjorn Helgaas <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Sergio Paracuellos <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions