diff options
author | Laurent Vivier <[email protected]> | 2020-11-26 09:28:51 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2020-11-30 12:21:31 +0100 |
commit | bb4c6910c8b41623104c2e64a30615682689a54d (patch) | |
tree | f97551581ea5ffe21daf7f71e50325948d3961e1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 509920aee72ae23235615a009c5148cdb38794c3 (diff) |
genirq/irqdomain: Add an irq_create_mapping_affinity() function
There is currently no way to convey the affinity of an interrupt
via irq_create_mapping(), which creates issues for devices that
expect that affinity to be managed by the kernel.
In order to sort this out, rename irq_create_mapping() to
irq_create_mapping_affinity() with an additional affinity parameter that
can be passed down to irq_domain_alloc_descs().
irq_create_mapping() is re-implemented as a wrapper around
irq_create_mapping_affinity().
No functional change.
Fixes: e75eafb9b039 ("genirq/msi: Switch to new irq spreading infrastructure")
Signed-off-by: Laurent Vivier <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Greg Kurz <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions