diff options
| author | Herve Codina <[email protected]> | 2024-06-14 19:32:07 +0200 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2024-06-17 15:48:13 +0200 |
| commit | 24a4f4e48557dddf2bb722df7b01184efc92a6a7 (patch) | |
| tree | 16ec5204e67be2a5c3ce47736f75fb06966cf98f /tools/perf/scripts/python/stackcollapse.py | |
| parent | dbd56abffc6a43eb361e8033dce7a7d176f8e867 (diff) | |
irqdomain: Convert __irq_domain_create() to use struct irq_domain_info
The existing __irq_domain_create() use a bunch of parameters to create
an irq domain.
With the introduction of irq_domain_info structure, these parameters are
available in the information structure itself.
Using directly this information structure allows future flexibility to
add other parameters in a simple way without the need to change the
__irq_domain_create() prototype.
Convert __irq_domain_create() to use the information structure.
[ tglx: Fixup struct initializer ]
Suggested-by: Thomas Gleixner <[email protected]>
Signed-off-by: Herve Codina <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions